heidelbergcement / hcrystalball

A library that unifies the API for most commonly used libraries and modeling techniques for time-series forecasting in the Python ecosystem.
https://hcrystalball.readthedocs.io/
MIT License
152 stars 19 forks source link

Update to latest dependencies #68

Closed MichalChromcak closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #68 (178a0c0) into master (f6b3b73) will increase coverage by 0.28%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
+ Coverage   93.63%   93.92%   +0.28%     
==========================================
  Files          56       56              
  Lines        2735     2848     +113     
==========================================
+ Hits         2561     2675     +114     
+ Misses        174      173       -1     
Impacted Files Coverage Δ
src/hcrystalball/model_selection/_configuration.py 96.42% <ø> (ø)
tests/unit/model_selection/test_model_selection.py 100.00% <ø> (ø)
tests/unit/wrappers/test_prophet_wrapper.py 100.00% <ø> (ø)
...ests/unit/model_selection/test_data_preparation.py 97.64% <100.00%> (+0.02%) :arrow_up:
...sts/unit/model_selection/test_prefect_executors.py 100.00% <100.00%> (+4.76%) :arrow_up:
tests/unit/wrappers/test_base.py 100.00% <0.00%> (ø)
tests/integration/test_frequency.py 100.00% <0.00%> (ø)
tests/unit/wrappers/test_tbats_wrapper.py 100.00% <0.00%> (ø)
tests/unit/wrappers/test_sarimax_wrapper.py 100.00% <0.00%> (ø)
... and 33 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 713636e...178a0c0. Read the comment docs.