0% found this document useful (0 votes)
65 views1 page

Scikit Learn

The document discusses different machine learning algorithms categorized as classification, regression, or clustering algorithms. Classification algorithms are used to predict a category and include linear support vector machines (SVC), Naive Bayes, K-neighbors classifier, and ensemble classifiers. Regression algorithms are used to predict a quantity and include linear regression, lasso, elastic net, ridge regression, and support vector regression (SVR). Clustering algorithms are used to detect structure in unlabeled data and include K-means clustering, mean shift, and spectral clustering.

Uploaded by

max biscene
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views1 page

Scikit Learn

The document discusses different machine learning algorithms categorized as classification, regression, or clustering algorithms. Classification algorithms are used to predict a category and include linear support vector machines (SVC), Naive Bayes, K-neighbors classifier, and ensemble classifiers. Regression algorithms are used to predict a quantity and include linear regression, lasso, elastic net, ridge regression, and support vector regression (SVR). Clustering algorithms are used to detect structure in unlabeled data and include K-means clustering, mean shift, and spectral clustering.

Uploaded by

max biscene
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Áç¨0³ InJ «XÁRx³

With Scikit-Learn we can separate our algorithms into No Not working


larger categories, that include the following: Yes Neutral transition

START

CLASSIFICATION get REGRESSION


more data

Kernel SGD Lasso


approximation
SGD >50 Regressor Elastic net
!ǼƏɀɀǣˡƺȸ samples

Linear <100 Few features


SVC samples should be
<100 important
samples predicting
a category

Text data RidgeRegression


do you have
SVR(kernel=’linear’)
labeled
data predicting
KNeighbors Naive a quantity
!ǼƏɀɀǣˡƺȸ Bayes SVR(kernel=’rbf’)

EnsembleRegressors

SVC just
Ensemble looking
!ǼƏɀɀǣˡƺȸɀ

Number of DIMENSIONALITY
categories known REDUCTION

predicting Randomized
CLUSTERING structure PCA
<10
samples
<10
<10 samples
samples Isomap

MiniBatch Spectral
KMeans tough Embedding
MeanShift luck
Kernel
VBGMM approximation
KMeans
LLE

Spectral Clustering
GMM

You might also like