mldbai / mldb

MLDB is the Machine Learning Database
http://mldb.ai
Apache License 2.0
661 stars 102 forks source link

Add missing model evaluation metrics #689

Open mailletf opened 7 years ago

mailletf commented 7 years ago

Blog post about MLDB Hacktoberfest 2016


Rationale: Many Kaggle competitions use evaluation metrics that are currently not reported by MLDB. This makes it harder to use to solve competitions.

DOD: Add the following metrics to classifier evaluation:

They should be added in: https://github.com/mldbai/mldb/blob/master/plugins/accuracy.cc

Internal ticket: MLDB-1968

jpilaul commented 7 years ago

I can work on this starting with Binary Classification Log Loss