adefazio / classifierplots

Generates a visualization of binary classifier performance as a grid of diagonstic plots with just one function call
Other
48 stars 7 forks source link

Functions to return classifier metrics #11

Open MilesMcBain opened 7 years ago

MilesMcBain commented 7 years ago

I was linked to this by @brendanvr. Nice package! I was wondering if you would consider exporting the stuff in metrics.R? There is a real lack of support for scoring binary classifiers in modelr and these functions would be a good start! Unless you think they belong in a separate package for this purpose?

adefazio commented 7 years ago

Ok, I'll look into adding some comments and exporting them.