Closed leoplct closed 7 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
Hi @leoplct, thanks for sharing. Added in the commit above.
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