automl / HPOlib1.5

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

Crossvalidation - Add meta information #41

Closed KEggensperger closed 7 years ago

KEggensperger commented 7 years ago

Fill meta dictionary with information necessary to automate running experiments

codecov-io commented 7 years ago

Codecov Report

Merging #41 into development will increase coverage by 15.6%. The diff coverage is 34.72%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development      #41      +/-   ##
===============================================
+ Coverage        55.93%   71.54%   +15.6%     
===============================================
  Files               26       26              
  Lines             1314     1346      +32     
===============================================
+ Hits               735      963     +228     
+ Misses             579      383     -196
Impacted Files Coverage Δ
...etic_functions/wrapper/synthetic_noise_and_cost.py 33.33% <ø> (ø)
hpolib/benchmarks/ml/logistic_regression.py 50.58% <10%> (+0.58%) :arrow_up:
hpolib/benchmarks/synthetic_functions/__init__.py 100% <100%> (ø) :arrow_up:
...polib/benchmarks/synthetic_functions/rosenbrock.py 94.28% <100%> (+42.85%) :arrow_up:
hpolib/util/data_manager.py 98.23% <100%> (+25.45%) :arrow_up:
hpolib/abstract_benchmark.py 87.23% <100%> (+0.56%) :arrow_up:
hpolib/benchmarks/ml/fully_connected_network.py 27.81% <18.18%> (+27.81%) :arrow_up:
hpolib/benchmarks/ml/conv_net.py 34.26% <22.22%> (+34.26%) :arrow_up:
hpolib/benchmarks/ml/svm_benchmark.py 56.75% <33.33%> (+56.75%) :arrow_up:
hpolib/benchmarks/ml/autosklearn_benchmark.py 86.45% <42.1%> (-8.67%) :arrow_down:
... and 9 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 bbf3e53...1375e61. Read the comment docs.