MLBazaar / BTB

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

Issue 160 implement more mlchallenges #161

Closed pvk-developer closed 4 years ago

pvk-developer commented 4 years ago

Implemented more MLChallenges with different estimators.

codecov-io commented 4 years ago

Codecov Report

Merging #161 into master will decrease coverage by 0.59%. The diff coverage is 88.6%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #161     +/-   ##
=========================================
- Coverage   94.46%   93.87%   -0.6%     
=========================================
  Files          36       38      +2     
  Lines         795      865     +70     
=========================================
+ Hits          751      812     +61     
- Misses         44       53      +9
Impacted Files Coverage Δ
btb/benchmark/challenges/boston.py 100% <100%> (ø)
btb/benchmark/challenges/__init__.py 100% <100%> (ø) :arrow_up:
btb/benchmark/challenges/census.py 100% <100%> (ø) :arrow_up:
btb/benchmark/__init__.py 100% <100%> (ø) :arrow_up:
btb/benchmark/challenges/wind.py 100% <100%> (ø)
btb/benchmark/challenges/challenge.py 82.08% <50%> (-12.26%) :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 f58bcea...7d8163f. Read the comment docs.