Metrics#

This module contains functions related to metrics.

Regression metrics#

This module contains functions related to Regression metrics.

plot residuals distribution#

plot_residuals_distribution

Trained model of LinearRegression or RandomForestRegressor. For an example of performing image:

Examples

References#

Classification metrics#

This module contains functions related to Classification metrics.

plot calibration#

plot_calibration

Trained model of LogisticRegression or RandomForestClassifier. For an example of performing image:

Examples

References#

plot precision recall#

plot_precision_recall

Trained model of LogisticRegression or RandomForestClassifier. For an example of performing image:

Examples

References#

plot roc#

plot_roc

Trained model of LogisticRegression or RandomForestClassifier. For an example of performing image:

Examples

References#

Clustering metrics#

This module contains functions related to Clustering metrics.

plot silhouette#

plot_silhouette

Trained model of KMeans or MiniBatchKMeans. For an example of performing image:

Examples

References#