Expand description
Module for evaluating models.
Modulesยง
- confusion_
matrix - Module to compute the confusion matrix of a set of predictions.
- cross_
validation - Module for performing cross-validation of models.
- score
- Functions for scoring a set of predictions, i.e. evaluating how close predictions and truth are. All functions in this module obey the convention that higher is better.