What to do after getting predicted Yfit from regression learner?
조회 수: 4 (최근 30일)
이전 댓글 표시
I have trained a model with regression learner and got the Yfit=TrainedModel.predictFcn(data) equation and was able to get the predicted value. What's the next step and how do I use it for predictive maintainence? Machine learning has been extremely confusing especially with little to no useful tutorials. Please help
댓글 수: 0
답변 (1개)
KSSV
2022년 6월 8일
You have the TrainedModel with you.....if you feel the accuracy is satisfactory, validate it. If the validation (for unseen data, while training) is good enough then your model is ready and you can use it/ deploy it for prediction new data.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!