Closed johannes-kk closed 4 years ago
Which metrics would we want? Here is sklearn's list for reference: https://scikit-learn.org/stable/modules/model_evaluation.html
accuracy
is all we need to begin with. Precision
, Recall
, F1-score
and the likes would be nice to have, but nothing we need. We're focusing on binary classification for the MVP, and accuracy
is plenty to make comparisons between methods and runs.
Create
metrics.cpp
andmetrics.hpp
, similar tolosses.*
but for comparingtargets
topredictions
.E.g. accuracy: