MLBazaar / BTB

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

Issue 144 add machine learning challenges #149

Closed pvk-developer closed 4 years ago

pvk-developer commented 4 years ago
codecov-io commented 4 years ago

Codecov Report

Merging #149 into master will increase coverage by 0.07%. The diff coverage is 95.03%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
+ Coverage   94.38%   94.45%   +0.07%     
==========================================
  Files          35       36       +1     
  Lines         694      793      +99     
==========================================
+ Hits          655      749      +94     
- Misses         39       44       +5
Impacted Files Coverage Δ
btb/benchmark/tuners/btb.py 0% <0%> (ø) :arrow_up:
btb/benchmark/challenges/bohachevsky.py 100% <100%> (ø) :arrow_up:
btb/benchmark/challenges/rosenbrock.py 100% <100%> (ø) :arrow_up:
btb/benchmark/challenges/__init__.py 100% <100%> (ø) :arrow_up:
btb/benchmark/challenges/census.py 100% <100%> (ø)
btb/tuning/hyperparams/base.py 95.23% <100%> (+0.07%) :arrow_up:
btb/tuning/hyperparams/numerical.py 88.88% <100%> (+1.01%) :arrow_up:
btb/benchmark/challenges/branin.py 100% <100%> (ø) :arrow_up:
btb/tuning/hyperparams/categorical.py 94.11% <100%> (+0.56%) :arrow_up:
btb/tuning/hyperparams/boolean.py 95.23% <100%> (+0.5%) :arrow_up:
... and 4 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 016f639...5afd64b. Read the comment docs.