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

fbprophet is now named prophet #18

Closed
callmegar opened this issue Oct 20, 2022 · 1 comment
Closed

fbprophet is now named prophet #18

callmegar opened this issue Oct 20, 2022 · 1 comment
Assignees

Comments

@callmegar
Copy link

The prophet forecaster still uses the old 'fbprophet' dependency, this has been changed to 'prophet' and installing the previous versions of the library causes some issues if you have the new version/name installed

@mikekeith52 mikekeith52 self-assigned this Oct 20, 2022
@mikekeith52
Copy link
Owner

Thank you for raising the issue. The updated dependency list and code will be available in 0.15.3.

mikekeith52 pushed a commit that referenced this issue Oct 21, 2022
- increased documentation around forecasting different model types.
- 'LevelY' passed to history in `util.break_mv_forecaster()`
- changed the optional dependency `pip intall fbprophet` to `pip install prophet` (#18)
- added `IndexError` to the list of exceptions to catch in `util.find_optimal_transformations()` function.
- convert values in `**kwargs` from `numpy.bool_` to `bool` type when forecasting with HWES (#19).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants