You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In model 10 (adding turkey data to bitcoin price prediction), my model is not performing as bad as it is in the lecture videos. I went through the course book website and I think there is a mismatch in results that I am not able to understand.
When we evaluate the model on (X_test, y_test), the loss is ~638. But when we use evaluate_pred method to calculate results for turkey_preds, the mae value is ~17144. This should be exactly equal to 638 because the loss function for the model is mae.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
In model 10 (adding turkey data to bitcoin price prediction), my model is not performing as bad as it is in the lecture videos. I went through the course book website and I think there is a mismatch in results that I am not able to understand.
When we evaluate the model on (
X_test
,y_test
), the loss is ~638. But when we useevaluate_pred
method to calculate results for turkey_preds, themae
value is ~17144. This should be exactly equal to 638 because the loss function for the model ismae
.Refer the screenshot from https://dev.mrdbourke.com/tensorflow-deep-learning/10_time_series_forecasting_in_tensorflow/#building-a-turkey-model-model-to-predict-on-turkey-data
Let me know if I am missing anything.
Beta Was this translation helpful? Give feedback.
All reactions