MLBazaar / MLPrimitives

Primitives for machine learning and data science.
https://mlbazaar.github.io/MLPrimitives
MIT License
70 stars 38 forks source link

Issue 232 add range scaler and unscaler #233

Closed csala closed 4 years ago

csala commented 4 years ago

Resolve #232

Add mlprimitives.custom.preprocessing.RangeScaler and mlprimitives.custom.preprocessing.RangeUnscaler primitives and tests.

codecov-io commented 4 years ago

Codecov Report

Merging #233 into master will increase coverage by 1.74%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #233      +/-   ##
==========================================
+ Coverage   26.23%   27.98%   +1.74%     
==========================================
  Files          26       26              
  Lines        1593     1619      +26     
==========================================
+ Hits          418      453      +35     
+ Misses       1175     1166       -9
Impacted Files Coverage Δ
mlprimitives/custom/preprocessing.py 79.54% <100%> (+79.54%) :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 39caf87...8a49825. Read the comment docs.