This example demonstrates how to approximate a function with a polynomial of degree n_degree by using ridge regression. Concretely, from n_samples 1d points, it suffices
This example shows that Kernel PCA is able to find a projection of the data that makes data linearly separable.
Show below is a logistic-regression classifiers decision boundaries on the
This is an example showing how scikit-learn can be used to classify documents by topics using a bag-of-words approach. This example uses
A recursive feature elimination example showing the relevance of pixels in a digit classification task.
We want to compare the performance of the MiniBatchKMeans and KMeans: the MiniBatchKMeans is faster, but gives slightly different
Face, a 1024 x 768 size image of a raccoon face, is used here to illustrate how k-means is used for vector quantization.
Here a sine function is fit with a polynomial of order 3, for values close to zero. Robust fitting is demoed in different situations: No
On the left side the learning curve of a naive Bayes classifier is shown for the digits dataset. Note that the training score and the cross-validation score are both
Plot decision function of a weighted dataset, where the size of points is proportional to its weight.
Page 14 of 22