The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Logging Model Parameters, Model --> Data
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
0
Answers
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,
Sebastian