How could I plot a "learning curve" using the "Statistic and Machine Learning toolbox"?
3 次查看(过去 30 天)
显示 更早的评论
Hello everyone,
my purpouse is to plot the learning curve (n° of dataset example vs. train/validation error) after I've trained a regression model using the specified toolbox.
As you know, the toolbox will give you just the best RMSE value for a given model, what I need is the entire set of RMSE for both the training set and validation set.
Do you have any suggestion?
Thank you so much.
Regards
Riccardo
0 个评论
回答(1 个)
Aditya Patil
2020-12-23
You can save the plots generated during training using "OutputFcn" field as mentioned in this answer.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear and Nonlinear Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!