mle-infrastructure / mle-toolbox

Lightweight Tool to Manage Distributed ML Experiments 🛠
https://mle-infrastructure.github.io/mle_toolbox/toolbox/
MIT License
2 stars 0 forks source link

mle-hyperopt integration #89

Closed RobertTLange closed 2 years ago

RobertTLange commented 2 years ago

Addresses #88

RobertTLange commented 2 years ago

Codecov Report

Merging #89 (d20ff93) into main (173b404) will decrease coverage by 2.27%. The diff coverage is 80.39%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #89      +/-   ##
==========================================
- Coverage   53.42%   51.14%   -2.28%     
==========================================
  Files          79       74       -5     
  Lines        4384     4182     -202     
==========================================
- Hits         2342     2139     -203     
- Misses       2042     2043       +1     
Impacted Files Coverage Δ
mle_toolbox/hyperopt/mle_wrapper.py 55.00% <62.50%> (ø)
mle_toolbox/hyperopt/hyperopt_base.py 87.34% <83.33%> (-3.38%) :arrow_down:
mle_toolbox/hyperopt/__init__.py 100.00% <100.00%> (ø)
mle_toolbox/hyperopt/hyper_logger.py 83.96% <100.00%> (-8.28%) :arrow_down:
mle_toolbox/launch/search_experiment.py 76.47% <100.00%> (-12.42%) :arrow_down:
mle_toolbox/visualize/static_2d_plots.py 81.44% <100.00%> (+0.19%) :arrow_up:
mle_toolbox/utils/core_experiment.py 52.91% <0.00%> (-0.98%) :arrow_down:
... and 2 more