automl / HPOlib1.5

GNU General Public License v3.0
69 stars 27 forks source link

Restructure data managers #31

Closed mfeurer closed 7 years ago

mfeurer commented 7 years ago

Add Holdout and CV datamanagers to have more flexibility when loading the data.

codecov-io commented 7 years ago

Codecov Report

Merging #31 into development will increase coverage by 0.17%. The diff coverage is 61.44%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development      #31      +/-   ##
===============================================
+ Coverage        42.25%   42.43%   +0.17%     
===============================================
  Files               23       23              
  Lines             1001     1044      +43     
===============================================
+ Hits               423      443      +20     
- Misses             578      601      +23
Impacted Files Coverage Δ
hpolib/benchmarks/ml/svm_benchmark.py 0% <0%> (ø) :arrow_up:
hpolib/util/openml_data_manager.py 69.87% <63.49%> (-16.13%) :arrow_down:
hpolib/util/data_manager.py 62.02% <64.7%> (-0.82%) :arrow_down:

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 7de36bb...7b19600. Read the comment docs.