1.1. Estimators#

This module contains functions related to estimators.

1.1.1. plot feature importances#

plot_feature_importances

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

Examples

References#

1.1.2. plot_learning_curve#

plot_learning_curve

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

Examples

References#