openml / openml.org

New OpenML website
https://new.openml.org
BSD 3-Clause "New" or "Revised" License
25 stars 18 forks source link

Regression tasks plot flows with highest error #280

Open LaurensKrudde opened 1 year ago

LaurensKrudde commented 1 year ago

The analysis on tasks orders flows on the highest score (whichever measure). This makes sense for accuracy, precision, etc. But not for error measures. Regression tasks now order the flows based on which has the highest error.

Proposal: for certain evaluation measures, the ordering of flows should be reversed.

image (task 2295)

joaquinvanschoren commented 1 year ago

Thanks! Will do!