sklearn.dummy.DummyRegressor
The DummyRegressor is similar to the DummyClassifier. While a DummyClassifier can serve as a baseline for comparison with real classifiers, a DummyRegressors can serve as a baseline for comparison with real regressors.
0
1
Tags
Data Science
Related
DummyClassifier strategy parameter
sklearn.dummy.DummyRegressor
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