MLBazaar / BTB

A simple, extensible library for developing AutoML systems
https://mlbazaar.github.io/BTB/
MIT License
171 stars 41 forks source link

Issue 139 implement benchmark #143

Closed csala closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #143 into master will decrease coverage by 1.37%. The diff coverage is 87.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #143      +/-   ##
==========================================
- Coverage   97.48%   96.11%   -1.38%     
==========================================
  Files          29       36       +7     
  Lines         557      669     +112     
==========================================
+ Hits          543      643     +100     
- Misses         14       26      +12
Impacted Files Coverage Δ
btb/benchmark/tuners/btb.py 0% <0%> (ø)
btb/benchmark/challenges/__init__.py 100% <100%> (ø)
btb/benchmark/challenges/bohachevsky.py 100% <100%> (ø)
btb/benchmark/challenges/rosenbrock.py 100% <100%> (ø)
btb/benchmark/challenges/branin.py 100% <100%> (ø)
btb/benchmark/challenges/challenge.py 100% <100%> (ø)
btb/benchmark/__init__.py 100% <100%> (ø)
... and 5 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 b27dfa5...4ac7b48. Read the comment docs.

csala commented 4 years ago

I cannot "Approve" the PR because I am the one who created it :joy: But LGTM @pvk-developer !