Options

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

  • Options
    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.
  • Options
    LeMarcLeMarc Member Posts: 72 Contributor II
    Thank you both @Telcontar120 & @jacobcybulski for your answer!
Sign In or Register to comment.