ankane / prophet-ruby

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

1.1.5 - Scaling argument #17

Closed leoplct closed 5 months ago

leoplct commented 5 months ago

Hello,

I tried to use the minmax scaling but it raise an error.

https://facebook.github.io/prophet/docs/additional_topics.html#minmax-scaling-(new-in-1.1.5)

Prophet.forecast(@series, seasonality_mode: "multiplicative", holidays: holidays, scaling: 'minmax', count: days)

unknown keyword: :scaling (ArgumentError)

Gemfile

prophet-rb (0.5.0)
      cmdstan (>= 0.2)
      numo-narray (>= 0.9.1.7)
      rover-df
ankane commented 5 months ago

Hi @leoplct, thanks for sharing. Added in the commit above.