Flow
TESTf17c58f9aasklearn.dummy.DummyClassifier

TESTf17c58f9aasklearn.dummy.DummyClassifier

Visibility: public Uploaded 10-01-2024 by Continuous Integration sklearn==0.24.0 numpy>=1.13.3 scipy>=0.19.1 joblib>=0.11 threadpoolctl>=2.0.0 0 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
  • openml-python python scikit-learn sklearn sklearn_0.24.0
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
DummyClassifier is a classifier that makes predictions using simple rules. This classifier is useful as a simple baseline to compare with other (real) classifiers. Do not use it for real problems.

Parameters

constantThe explicit constant as predicted by the "constant" strategy. This parameter is useful only for the "constant" strategy.default: null
random_stateControls the randomness to generate the predictions when ``strategy='stratified'`` or ``strategy='uniform'`` Pass an int for reproducible output across multiple function calls See :term:`Glossary `default: null
strategydefault: "prior"

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table