MLBazaar / MLBlocks

A library for composing end-to-end tunable machine learning pipelines.
https://mlbazaar.github.io/MLBlocks
MIT License
114 stars 35 forks source link

Isolate block hyperparams from primitives #98

Closed csala closed 5 years ago

csala commented 5 years ago

Resolve #94

Make sure that the MLBlock instance cannot modify the primitive hyperparams by accident.

codecov-io commented 5 years ago

Codecov Report

Merging #98 into master will increase coverage by 0.4%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #98     +/-   ##
=========================================
+ Coverage   73.92%   74.32%   +0.4%     
=========================================
  Files           5        5             
  Lines         556      557      +1     
=========================================
+ Hits          411      414      +3     
+ Misses        145      143      -2
Impacted Files Coverage Δ
mlblocks/mlblock.py 91.81% <100%> (+1.9%) :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 0e4a152...2662fea. Read the comment docs.