How to update a regression model on new data without retraining it in full?
4 views (last 30 days)
Show older comments
I built a medium tree model in the Regression Learner App and exported it to the Workspace.
Is it possible to update the model with new data without training the whole data again?
0 Comments
Answers (1)
Harsha Priya Daggubati
on 6 Apr 2020
Hi,
I think this thread might help you:
2 Comments
Harsha Priya Daggubati
on 6 Apr 2020
I guess the thread suggests creating a template of your already fitted model and using it to new data.
Also, this approach might help you too.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!