ankane / prophet-ruby

Time series forecasting for Ruby
MIT License
396 stars 11 forks source link

Support constant series. #3

Closed nasa42 closed 4 years ago

nasa42 commented 4 years ago

Fixes Python translation from https://github.com/facebook/prophet/blob/0d260699e4776c449703a957f08eca8013461a47/python/fbprophet/forecaster.py#L1162

ankane commented 4 years ago

Thanks @nasa42 for the PRs and including a test case! I think the test needs to use + n for it to pass.

ankane commented 4 years ago

Looks great, thanks @nasa42!