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 to update a prediction model

LeMarcLeMarc Member Posts: 72 Contributor II
Hi,

I would like to know how can I update a prediction model with a new example set with exactly the same attributes as the example set for training/validation/testing of the model?

Thank s!

Best Answer

Answers

  • jacobcybulskijacobcybulski Member, University Professor Posts: 391 Unicorn
    In RapidMiner only updateable models can be updated. For example, deep learning models must be updateable due to the way they are trained. If you check the Deep Learning extension, go to the help of a Deep Learning operator and there you will find an example on how to update its model. I do not think there is a list of updateable models around. In R for example all linear models are updateable but it is worth testing this in RM.
  • LeMarcLeMarc Member Posts: 72 Contributor II
    Thank you both @Telcontar120 & @jacobcybulski for your answer!
Sign In or Register to comment.