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
Currently the minimum sample size required for training and forecast is over 4 years of historical data, which is an overkill.
Trim min_samples requirement to a more realistic smaller range of about 2 years = historical period plus train pred horizon + val pred horizon + test pred horizon = historical horizon + 3x pred horizon.
The text was updated successfully, but these errors were encountered:
Currently the minimum sample size required for training and forecast is over 4 years of historical data, which is an overkill.
Trim min_samples requirement to a more realistic smaller range of about 2 years = historical period plus train pred horizon + val pred horizon + test pred horizon = historical horizon + 3x pred horizon.
The text was updated successfully, but these errors were encountered: