Learn Before
Scikit-learn
Helpful Scikit-Learn functions
Some helpful sklearn functions include:
-
KNeighborsClassifier
-
DummyClassifier
-
DummyRegressor
-
LabelEncoder
-
OneHotEncoder
-
Train Test Split Function
-
make_regression
-
make_friedman1
-
make_classification
-
SVC
-
DecisionTreeClassifier
-
RandomForestClassifier
-
RandomForestRegressor
-
GridSearchCV
0
1
Contributors are:
Who are from:
Tags
Data Science
Related
Documentation for sklearn.neighbors.KNeighborsClassifier
Scikit-learn Cheat sheet
Scikit-learn Documentation
NumPy vs. Scikit-learn
Helpful Scikit-Learn functions
Installation of Scikit-learn
Learn After
sklearn.preprocessing.OneHotEncoder
sklearn.neighbors.KNeighborsClassifier
sklearn.dummy.DummyClassifier
sklearn.preprocessing.LabelEncoder
Train Test Split Function
sklearn.datasets.make_regression
sklearn.datasets.make_friedman1
sklearn.datasets.make_classification
sklearn.svm.SVC
sklearn.tree.DecisionTreeClassifier
sklearn.ensemble.RandomForestClassifier
sklearn.dummy.DummyRegressor
sklearn.model_selection.GridSearchCV
sklearn.ensemble.RandomForestRegressor
Cross-Validation in scikit-learn