yoshida-lab / XenonPy

XenonPy is a Python Software for Materials Informatics
http://xenonpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
131 stars 57 forks source link

Replace scipy boxcox with scikit-learn PowerTransform #222

Closed TsumiNa closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #222 (3897a98) into master (5685fa7) will increase coverage by 0.78%. The diff coverage is 13.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #222      +/-   ##
==========================================
+ Coverage   34.65%   35.43%   +0.78%     
==========================================
  Files         101       95       -6     
  Lines        7393     6823     -570     
==========================================
- Hits         2562     2418     -144     
+ Misses       4831     4405     -426     
Impacted Files Coverage Δ
xenonpy/datatools/transform.py 0.00% <0.00%> (ø)
xenonpy/visualization/heatmap.py 0.00% <0.00%> (ø)
tests/datatools/test_preset.py 56.41% <33.33%> (-30.77%) :arrow_down:
tests/datatools/test_scaler.py 98.03% <100.00%> (+0.42%) :arrow_up:

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 5685fa7...3897a98. Read the comment docs.