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

WIP Add the first draft of neural prophet #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pavelkrizek
Copy link
Contributor

The first implementation of the neural prophet:

  • support for external regressors (if an additional regressor is in X, but not in the self.extra_regressor it will return ValueError) is it OK?
  • I had to violate the API a bit - changed static method _transform_data_to_tsmodel_input_format for an instance method. The reason is that unlike in prophet the helper functions for preprocessing the data frame likemake_future_dataframe are not just simple helpers but hides a huge complexity around data preprocessing and I couldn't get it working without them.
  • holidays windows features from HolidaTransformer are not passed yet
  • holidays are implemented as events with the method add_events, because the holidays' interface is not very flexible and there is no obvious way how to pass customer holidays, events should work the same.

@MichalChromcak MichalChromcak added the enhancement New feature or request label Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants