model_evaluation#
Module containing the model evaluation checks in the nlp package.
Classes
Summarize given model performance on a dataset based on selected scorers. |
|
Search for segments with low performance scores. |
|
Search for segments with low performance scores. |
|
Calculate prediction drift between train dataset and test dataset, using statistical measures. |
|
Calculate the confusion matrix of the model on the given dataset. |
|
Summarize given model performance on the train and test datasets based on selected scorers. |