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

BUG create new Estimator classes to be compatible with ramp-board #222

Closed agramfort closed 4 years ago

agramfort commented 4 years ago

cc @lucyleeow @glemaitre

codecov[bot] commented 4 years ago

Codecov Report

Merging #222 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #222      +/-   ##
==========================================
+ Coverage   81.55%   81.59%   +0.04%     
==========================================
  Files         130      130              
  Lines        4847     4853       +6     
==========================================
+ Hits         3953     3960       +7     
+ Misses        894      893       -1
Impacted Files Coverage Δ
...r_passengers/submissions/starting_kit/estimator.py 100% <ø> (ø) :arrow_up:
rampwf/tests/kits/titanic/problem.py 100% <100%> (ø) :arrow_up:
rampwf/tests/kits/titanic_no_test/problem.py 100% <100%> (ø) :arrow_up:
rampwf/tests/kits/boston_housing/problem.py 100% <100%> (ø) :arrow_up:
rampwf/workflows/__init__.py 100% <100%> (ø) :arrow_up:
rampwf/workflows/sklearn_pipeline.py 100% <100%> (+4.76%) :arrow_up:
rampwf/tests/kits/air_passengers/problem.py 100% <100%> (ø) :arrow_up:
rampwf/tests/kits/iris/problem.py 100% <100%> (ø) :arrow_up:

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 a44d3c2...2546f94. Read the comment docs.