Module rusty_machine::analysis
[−]
[src]
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. |