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!