How to forecast future result using trained model
1 次查看(过去 30 天)
显示 更早的评论
I have used the command below but the prediction does not show result beyond my trained data. The trained data is a result obtained from using the regression learner application.
yfit = trainedModel.predictFcn(starttoend)
Anything beyond the trained data gives a constant value. Is there a way to forecast future reading using the trained model?
1 个评论
Asvin Kumar
2021-6-23
You might receive a better response from the community if you could provide more info.
Mention details about the nature of your model, the type of input. Share any code and sample data that you have.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!