AxeldeRomblay / MLBox

MLBox is a powerful Automated Machine Learning python library.
https://mlbox.readthedocs.io/en/latest/
Other
1.49k stars 273 forks source link

add import test #27

Closed ncherel closed 6 years ago

ncherel commented 6 years ago

Add simple import test during Travis CI to avoid regressions when merging PR.

codecov[bot] commented 6 years ago

Codecov Report

Merging #27 into dev will decrease coverage by 82.63%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##            dev      #27       +/-   ##
=========================================
- Coverage   100%   17.36%   -82.64%     
=========================================
  Files         1       27       +26     
  Lines         4     1929     +1925     
=========================================
+ Hits          4      335      +331     
- Misses        0     1594     +1594
Impacted Files Coverage Δ
tests/test_mlbox.py 100% <100%> (ø) :arrow_up:
...thon-package/mlbox/encoding/categorical_encoder.py 9.23% <0%> (ø)
.../model/supervised/regression/stacking_regressor.py 15% <0%> (ø)
python-package/mlbox/preprocessing/__init__.py 100% <0%> (ø)
...thon-package/mlbox/preprocessing/drift/__init__.py 100% <0%> (ø)
tests/__init__.py 60% <0%> (ø)
python-package/mlbox/optimisation/optimiser.py 10.89% <0%> (ø)
python-package/mlbox/prediction/predictor.py 11.94% <0%> (ø)
python-package/mlbox/prediction/__init__.py 100% <0%> (ø)
python-package/mlbox/model/supervised/__init__.py 100% <0%> (ø)
... and 17 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 345911d...604aa54. Read the comment docs.