paris-saclay-cds / ramp-workflow

Toolkit for building predictive workflows on top of pydata (pandas, scikit-learn, pytorch, keras, etc.).
https://paris-saclay-cds.github.io/ramp-docs/
BSD 3-Clause "New" or "Revised" License
68 stars 43 forks source link

Advanced hyperopt #257

Closed gabriel-hurtado closed 3 years ago

gabriel-hurtado commented 3 years ago

Minor changes to hyperopt

albertcthomas commented 3 years ago

Next time you need to create the PR from your fork of ramp @gabriel-hurtado

albertcthomas commented 3 years ago

I squashed the commits to clean the history.

albertcthomas commented 3 years ago

The issue of circle is coming from the fact that scikit-learn does not support python 3.9 yet https://github.com/scikit-learn/scikit-learn/issues/18621

albertcthomas commented 3 years ago

Let's wait for #258

codecov[bot] commented 3 years ago

Codecov Report

Merging #257 (08b9ed0) into advanced (1676d9d) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           advanced     #257   +/-   ##
=========================================
  Coverage     82.05%   82.06%           
=========================================
  Files           137      137           
  Lines          4659     4661    +2     
=========================================
+ Hits           3823     3825    +2     
  Misses          836      836           
Impacted Files Coverage Δ
rampwf/hyperopt/hyperopt.py 98.63% <100.00%> (+0.01%) :arrow_up:
rampwf/hyperopt/tests/test_hyperparameter.py 100.00% <100.00%> (ø)

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 1676d9d...08b9ed0. Read the comment docs.