Examples¶
General examples¶
General-purpose and introductory examples for the scikit.
Examples based on real world datasets¶
Applications to real world problems with some medium sized datasets or interactive user interface.
Clustering¶
Examples concerning the sklearn.cluster package.
Covariance estimation¶
Examples concerning the sklearn.covariance package.
Decomposition¶
Examples concerning the sklearn.decomposition package.
Gaussian Process for Machine Learning¶
Examples concerning the sklearn.gaussian_process package.
Generalized Linear Models¶
Examples concerning the sklearn.linear_model package.
Manifold learning¶
Examples concerning the sklearn.manifold package.
Gaussian Mixture Models¶
Examples concerning the sklearn.mixture package.
Nearest Neighbors¶
Examples concerning the sklearn.neighbors package.
Support Vector Machines¶
Examples concerning the sklearn.svm package.