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

Add ClassifierBaseScoreType to score_types.__init__ #281

Closed kegl closed 3 years ago

kegl commented 3 years ago

Exposing ClassifierBaseScoreType so kits can use it.

codecov[bot] commented 3 years ago

Codecov Report

Merging #281 (7e90a48) into master (4bf808b) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #281   +/-   ##
=======================================
  Coverage   83.05%   83.05%           
=======================================
  Files         137      137           
  Lines        4703     4704    +1     
=======================================
+ Hits         3906     3907    +1     
  Misses        797      797           
Impacted Files Coverage Δ
rampwf/score_types/__init__.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 4bf808b...7e90a48. Read the comment docs.

rth commented 3 years ago

Thanks!