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 ?

oliver23oliver23 Member Posts: 4 Learner III
edited December 2018 in Help

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:

Answers

  • Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn

    You might want to try the Write Parameters operator, but I'm not sure if that will work.

  • earmijoearmijo Member Posts: 271 Unicorn

    You also might want to explore the operators Get Parameters (extension Operator Toolbox) and Parameter Set to Example Set (extension Converters)

  • BalazsBaranyBalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn

    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

Sign In or Register to comment.