How could I plot a "learning curve" using the "Statistic and Machine Learning toolbox"?
조회 수: 6 (최근 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에서 Gaussian Process Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!