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

Feat/statsforecasts ets #1171

Merged
merged 9 commits into from Aug 30, 2022
Merged

Feat/statsforecasts ets #1171

merged 9 commits into from Aug 30, 2022

Conversation

hrzn
Copy link
Contributor

@hrzn hrzn commented Aug 25, 2022

  • Update Croston and StatsForecastAutoARIMA to make it work with latest versions of statsforecast
  • Add new model StatsForecastETS containing ETS
  • Updated docs, added examples
  • Bumped statsforecast version

@hrzn hrzn linked an issue Aug 25, 2022 that may be closed by this pull request
@codecov-commenter
Copy link

Codecov Report

Merging #1171 (9a09fe0) into master (f953005) will decrease coverage by 0.11%.
The diff coverage is 63.04%.

@@            Coverage Diff             @@
##           master    #1171      +/-   ##
==========================================
- Coverage   93.65%   93.54%   -0.12%     
==========================================
  Files          80       81       +1     
  Lines        8295     8302       +7     
==========================================
- Hits         7769     7766       -3     
- Misses        526      536      +10     
Impacted Files Coverage Δ
darts/models/forecasting/exponential_smoothing.py 100.00% <ø> (ø)
darts/models/forecasting/sf_ets.py 48.14% <48.14%> (ø)
darts/models/forecasting/sf_auto_arima.py 91.17% <66.66%> (ø)
darts/models/forecasting/croston.py 92.50% <86.66%> (+7.08%) ⬆️
darts/models/__init__.py 89.74% <100.00%> (+0.26%) ⬆️
darts/timeseries.py 92.23% <0.00%> (-0.07%) ⬇️
...arts/models/forecasting/torch_forecasting_model.py 87.45% <0.00%> (-0.05%) ⬇️
darts/models/forecasting/block_rnn_model.py 98.24% <0.00%> (-0.04%) ⬇️
darts/models/forecasting/nhits.py 98.55% <0.00%> (-0.02%) ⬇️
darts/datasets/__init__.py 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Contributor

@dumjax dumjax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice add, I don't see any problem

@hrzn hrzn merged commit 2c49c27 into master Aug 30, 2022
@madtoinou madtoinou deleted the feat/statsforecasts-ets branch July 5, 2023 21:53
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

Successfully merging this pull request may close these issues.

[New model] StatsForecastsETS
3 participants