MLBazaar / BTB

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

Update readme #167

Closed micahjsmith closed 4 years ago

micahjsmith commented 4 years ago

Update installation instructions and citation info

claassistantio commented 4 years ago

CLA assistant check
All committers have signed the CLA.

codecov-io commented 4 years ago

Codecov Report

Merging #167 into master will increase coverage by 0.23%. The diff coverage is 93.04%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #167      +/-   ##
==========================================
+ Coverage   96.11%   96.35%   +0.23%     
==========================================
  Files          36       39       +3     
  Lines         669     1014     +345     
==========================================
+ Hits          643      977     +334     
- Misses         26       37      +11
Impacted Files Coverage Δ
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:
btb/benchmark/challenges/branin.py 100% <100%> (ø) :arrow_up:
... and 19 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 699c5e4...b26d5ef. Read the comment docs.