Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raise informative error when interpreting dynamic features as static #182

Merged
merged 1 commit into from
Aug 5, 2023

Conversation

jmoralez
Copy link
Member

@jmoralez jmoralez commented Aug 5, 2023

Description

The default behavior of mlforecast during fit is to interpret all columns that aren't the id, time and target columns as static. This has been the source of confusion multiple times, so this raises an error whenever the user supplies future values of exogenous features that were considered as static during fit, hopefully improving the user experience.

Checklist:

  • This PR has a meaningful title and a clear description.
  • The tests pass.
  • All linting tasks pass.
  • The notebooks are clean.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@jmoralez jmoralez marked this pull request as ready for review August 5, 2023 03:17
@jmoralez jmoralez enabled auto-merge (squash) August 5, 2023 03:17
@jmoralez jmoralez merged commit 8ed4580 into main Aug 5, 2023
@jmoralez jmoralez deleted the error-static-dynamics branch August 5, 2023 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant