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
How can I export model parameters into SQL ?
Hi
using the "Write to Database", I mange to save all my prediction results into SQL.
In addition, I want to add data to SQL that details the model parameters that have generated the predicitions, such as which loss function or how many trees have been used - is there an easy way to do so in RM ?
Thanks,
Oliver
Tagged:
0
Answers
You might want to try the Write Parameters operator, but I'm not sure if that will work.
You also might want to explore the operators Get Parameters (extension Operator Toolbox) and Parameter Set to Example Set (extension Converters)
Hi!
Anything you can convert into an example set you can put into a database. The Converters extension contains some operators for that.
You could also use Log to Data if you have a complex optimization process and save the different parameters with the performance you achieved in the database.
Regards,
Balázs