Package deepnetts.eval
package deepnetts.eval
Evaluation procedures for machine learning models, used to estimate how good models are performing when given new data that (that was not used for training).
-
ClassesClassDescriptionVarious metrics that tell us how good is a classifier.Average values of commonly used classification metrics.Evaluation method for binary and multi-class classifiers.Confusion matrix contains raw classifier test results.Utility methods for evaluating machine learning models.Evaluates regressor neural network for specified data set.Common metrics for regression models.A measure of error for regression tasks.