MLBazaar / BTB

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

Issue 165 implement multitype hyperparameter #168

Closed pvk-developer closed 4 years ago

pvk-developer commented 4 years ago

Implementation of multitype hyperparameter

codecov-io commented 4 years ago

Codecov Report

Merging #168 into master will decrease coverage by 8.22%. The diff coverage is 75.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #168      +/-   ##
==========================================
- Coverage   96.11%   87.89%   -8.23%     
==========================================
  Files          36       40       +4     
  Lines         669     1115     +446     
==========================================
+ Hits          643      980     +337     
- Misses         26      135     +109
Impacted Files Coverage Δ
btb/tuning/hyperparams/multitype.py 0% <0%> (ø)
btb/selection/uniform.py 100% <100%> (ø) :arrow_up:
btb/benchmark/challenges/rosenbrock.py 100% <100%> (ø) :arrow_up:
btb/benchmark/challenges/census.py 100% <100%> (ø)
btb/tuning/hyperparams/base.py 95.23% <100%> (+4.91%) :arrow_up:
btb/benchmark/tuners/btb.py 100% <100%> (+100%) :arrow_up:
btb/benchmark/challenges/bohachevsky.py 100% <100%> (ø) :arrow_up:
btb/benchmark/challenges/__init__.py 100% <100%> (ø) :arrow_up:
btb/benchmark/challenges/boston.py 100% <100%> (ø)
btb/tuning/metamodels/gaussian_process.py 100% <100%> (ø) :arrow_up:
... and 22 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 7268dc7...4fd0296. Read the comment docs.