openml / openml-r

R package to interface with OpenML
http://openml.github.io/openml-r/
Other
95 stars 37 forks source link

Add mean class complexity logloss mapping #449

Closed ja-thomas closed 4 years ago

ja-thomas commented 4 years ago

We should mybe check if there are more measures that we do not map yet. It's quite annoying since you cannot convert the task even if you ignore the measure.

I think the mapping should be correct (see here https://weka.8497.n7.nabble.com/Evaluating-a-classifier-using-a-log-loss-function-td30182.html)

codecov[bot] commented 4 years ago

Codecov Report

Merging #449 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #449      +/-   ##
==========================================
+ Coverage   93.24%   93.24%   +<.01%     
==========================================
  Files          66       66              
  Lines        2264     2265       +1     
==========================================
+ Hits         2111     2112       +1     
  Misses        153      153
Impacted Files Coverage Δ
R/convertOMLMeasuresToMlr.R 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 9376686...1218ddb. Read the comment docs.