Estimators#

This module contains functions related to estimators.

Regressor Model#

This module contains functions related to Regressor models.

Classifier Model#

This module contains functions related to Classifier models.

plot feature importances#

plot_feature_importances

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

Examples

References#

plot_learning_curve#

plot_learning_curve

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

Examples

References#

Cluster Model#

This module contains functions related to Cluster models.

plot elbow#

plot_elbow

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

Examples

References#