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
While trying to calibrate my model, I got following error: Exception: Shapes of model prediction (275, 2) and (2, 275) do not correspond; np.arrays 'ymodel' and 'ydata' must be of the same size
Solution was to reorder my data so that date was the first index.
suggestion
Give users a warning that date must be the first index or do an automated reorder
The text was updated successfully, but these errors were encountered:
Technical questions
Description
While trying to calibrate my model, I got following error:
Exception: Shapes of model prediction (275, 2) and (2, 275) do not correspond; np.arrays 'ymodel' and 'ydata' must be of the same size
Solution was to reorder my data so that
date
was the first index.suggestion
Give users a warning that
date
must be the first index or do an automated reorderThe text was updated successfully, but these errors were encountered: