Metrics definitionsΒΆ
Accuracyis the number of correct predictions made as a ratio of all predictions made.Precisionis the number of correct positive results divided by the number of positive results predicted by the classifier.Recallis the number of correct positive results divided by the number of all relevant samplesf1is a metric that combines precision and recall (mean of the 2 numbers)