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 package installation with excluded files in sdist #38

Closed MichalChromcak closed 3 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #38 into master will increase coverage by 1.94%. The diff coverage is 91.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   91.65%   93.59%   +1.94%     
==========================================
  Files          55       55              
  Lines        2456     2437      -19     
==========================================
+ Hits         2251     2281      +30     
+ Misses        205      156      -49     
Impacted Files Coverage Δ
hcrystalball/compose/__init__.py 100.00% <ø> (ø)
hcrystalball/compose/_ts_column_transformer.py 88.23% <ø> (ø)
hcrystalball/ensemble/__init__.py 100.00% <ø> (ø)
hcrystalball/ensemble/_simple_ensemble.py 100.00% <ø> (ø)
hcrystalball/ensemble/_stacking_ensemble.py 96.34% <ø> (ø)
hcrystalball/exceptions.py 90.90% <ø> (ø)
hcrystalball/feature_extraction/__init__.py 100.00% <ø> (ø)
...talball/feature_extraction/_holiday_transformer.py 97.22% <ø> (ø)
...alball/feature_extraction/_seasonal_transformer.py 93.75% <ø> (ø)
hcrystalball/metrics/__init__.py 100.00% <ø> (ø)
... and 27 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 fa4fc4d...1254193. Read the comment docs.

MichalChromcak commented 4 years ago

The current trade-off for package size reduction (8.3MB -> 711KB) vs. manual version update puts this on hold until a better solution arises