Skip to main content
Back to top
Ctrl
+
K
Install
User Guide
API
Examples
Community
More
Getting Started
Release History
Glossary
Development
FAQ
Support
Related Projects
Roadmap
Governance
About us
GitHub
Choose version
Install
User Guide
API
Examples
Community
Getting Started
Release History
Glossary
Development
FAQ
Support
Related Projects
Roadmap
Governance
About us
GitHub
Choose version
Section Navigation
sklearn
config_context
get_config
set_config
show_versions
sklearn.base
BaseEstimator
BiclusterMixin
ClassNamePrefixFeaturesOutMixin
ClassifierMixin
ClusterMixin
DensityMixin
MetaEstimatorMixin
OneToOneFeatureMixin
OutlierMixin
RegressorMixin
TransformerMixin
clone
is_classifier
is_clusterer
is_regressor
is_outlier_detector
sklearn.calibration
CalibratedClassifierCV
calibration_curve
CalibrationDisplay
sklearn.cluster
AffinityPropagation
AgglomerativeClustering
Birch
BisectingKMeans
DBSCAN
FeatureAgglomeration
HDBSCAN
KMeans
MeanShift
MiniBatchKMeans
OPTICS
SpectralBiclustering
SpectralClustering
SpectralCoclustering
affinity_propagation
cluster_optics_dbscan
cluster_optics_xi
compute_optics_graph
dbscan
estimate_bandwidth
k_means
kmeans_plusplus
mean_shift
spectral_clustering
ward_tree
sklearn.compose
ColumnTransformer
TransformedTargetRegressor
make_column_selector
make_column_transformer
sklearn.covariance
EllipticEnvelope
EmpiricalCovariance
GraphicalLasso
GraphicalLassoCV
LedoitWolf
MinCovDet
OAS
ShrunkCovariance
empirical_covariance
graphical_lasso
ledoit_wolf
ledoit_wolf_shrinkage
oas
shrunk_covariance
sklearn.cross_decomposition
CCA
PLSCanonical
PLSRegression
PLSSVD
sklearn.datasets
clear_data_home
dump_svmlight_file
fetch_20newsgroups
fetch_20newsgroups_vectorized
fetch_california_housing
fetch_covtype
fetch_file
fetch_kddcup99
fetch_lfw_pairs
fetch_lfw_people
fetch_olivetti_faces
fetch_openml
fetch_rcv1
fetch_species_distributions
get_data_home
load_breast_cancer
load_diabetes
load_digits
load_files
load_iris
load_linnerud
load_sample_image
load_sample_images
load_svmlight_file
load_svmlight_files
load_wine
make_biclusters
make_blobs
make_checkerboard
make_circles
make_classification
make_friedman1
make_friedman2
make_friedman3
make_gaussian_quantiles
make_hastie_10_2
make_low_rank_matrix
make_moons
make_multilabel_classification
make_regression
make_s_curve
make_sparse_coded_signal
make_sparse_spd_matrix
make_sparse_uncorrelated
make_spd_matrix
make_swiss_roll
sklearn.decomposition
DictionaryLearning
FactorAnalysis
FastICA
IncrementalPCA
KernelPCA
LatentDirichletAllocation
MiniBatchDictionaryLearning
MiniBatchNMF
MiniBatchSparsePCA
NMF
PCA
SparseCoder
SparsePCA
TruncatedSVD
dict_learning
dict_learning_online
fastica
non_negative_factorization
sparse_encode
sklearn.discriminant_analysis
LinearDiscriminantAnalysis
QuadraticDiscriminantAnalysis
sklearn.dummy
DummyClassifier
DummyRegressor
sklearn.ensemble
AdaBoostClassifier
AdaBoostRegressor
BaggingClassifier
BaggingRegressor
ExtraTreesClassifier
ExtraTreesRegressor
GradientBoostingClassifier
GradientBoostingRegressor
HistGradientBoostingClassifier
HistGradientBoostingRegressor
IsolationForest
RandomForestClassifier
RandomForestRegressor
RandomTreesEmbedding
StackingClassifier
StackingRegressor
VotingClassifier
VotingRegressor
sklearn.exceptions
ConvergenceWarning
DataConversionWarning
DataDimensionalityWarning
EfficiencyWarning
FitFailedWarning
InconsistentVersionWarning
NotFittedError
UndefinedMetricWarning
EstimatorCheckFailedWarning
sklearn.experimental
enable_halving_search_cv
enable_iterative_imputer
sklearn.feature_extraction
DictVectorizer
FeatureHasher
PatchExtractor
extract_patches_2d
grid_to_graph
img_to_graph
reconstruct_from_patches_2d
CountVectorizer
HashingVectorizer