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
Update a Sentiment Analysis Model
Hi,
I built a sentiment analysis model by using 1000 sampling data.
Now, I have additional 1000 examples, and I would like to update the model.
I know that I can input those 2000 example records and train the model again.
However, it is not efficient to do so.
Is there any method to update the trained model by new sampling?
Thanks!
Tagged:
0
Answers
Hi @ang30,
I propose you the following solution :
Is this new process more efficient ?
Regards,
Lionel
huh - been using RapidMiner for five years and have never seen "Update Model". Thank you @lionelderkrikor. Learn something every day!
Scott
Hi,
You're welcome @sgenzer. Chance would have it : I discovered this operator yesterday .......
Regards,
Lionel
Just one caveat with it, it will only work if the model generate can be updatable. The Deep Learning algo is not updatable whereas Naive Bayes is.
Exactly, it's a nice option in theory, but unfortunately most popular algorithms don't work with it: decision trees (and their variants), linear and logistic regression, neural nets, SVMs, k-NN, etc., are all not updatable. In fact, Naive Bayes is about the only common one I can think of that is!
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts