What to do after getting predicted Yfit from regression learner?

4 visualizaciones (últimos 30 días)
Massimobread
Massimobread el 8 de Jun. de 2022
Respondida: KSSV el 8 de Jun. de 2022
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

Respuestas (1)

KSSV
KSSV el 8 de Jun. de 2022
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.

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by