Logging Model Parameters, Model --> Data
dragoljub
New Altair Community Member
Hey Guys,
I have been experimenting with different model parameters and training data sets. I use the Log operator to monitor the model performance, at the same time I would like to track the generated model parameters.
For example, when searching parameters for SVM I would like to log the number of support vectors, rho etc.
It would be great if RM had an operator to extract model parameters, or convert the model to data so we can select the data interesting to log.
Thanks,
-Gagi
I have been experimenting with different model parameters and training data sets. I use the Log operator to monitor the model performance, at the same time I would like to track the generated model parameters.
For example, when searching parameters for SVM I would like to log the number of support vectors, rho etc.
It would be great if RM had an operator to extract model parameters, or convert the model to data so we can select the data interesting to log.
Thanks,
-Gagi
Tagged:
0
Answers
-
Hi Gagi,
during my diploma thesis I used the Reporting Extension for this case: Simply reporting the part of the model I was interested in into an HTML file each round. Worked pretty good.
By the way: The number of support vectors can be extracted (and logged) as performance by "Performance (Support Vector Count)".
Greetings,
Sebastian0