What is yhat1 #201
Answered
by
HansikaPH
DaToKi
asked this question in
Q&A - get help using NeuralProphet
What is yhat1
#201
|
What are the values of yhat1? |
Answered by
HansikaPH
Dec 9, 2020
Replies: 2 comments 6 replies
|
Hi @DaToKi, yhat1 values are the predictions from the model. In this case, since you are forecasting into the future, the true y values are not available, but the forecasts(yhat1) are available from the model. |
2 replies
Answer selected by
ourownstory
|
@DaToKi if you do not specify any if |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi @DaToKi, yhat1 values are the predictions from the model. In this case, since you are forecasting into the future, the true y values are not available, but the forecasts(yhat1) are available from the model.