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#
Trained model of LogisticRegression
and
RandomForestClassifier
. For an example of
performing image:
Examples
plot_feature_importances with examples: Example usage of
LogisticRegression
using the iris datasetplot_feature_importances with examples: Example usage of
RandomForestClassifier
using the iris dataset
plot_learning_curve#
Trained model of LogisticRegression
and
RandomForestClassifier
. For an example of
performing image:
Examples
plot_learning_curve with examples: Example usage of
LogisticRegression
using the iris datasetplot_learning_curve with examples: Example usage of
RandomForestClassifier
using the iris dataset
References#
Cluster Model#
This module contains functions related to Cluster models
.
plot elbow#
Trained model of KMeans
or MiniBatchKMeans
.
For an example of performing image:
Examples
plot_elbow with examples: Example usage of
KMeans
using the iris dataset