26085 1159 TESTe7c154954fsklearn.dummy.DummyClassifier sklearn.DummyClassifier sklearn.dummy.DummyClassifier 1 openml==0.14.1,sklearn==0.24.2 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. 2024-01-15T10:51:51 English sklearn==0.24.2 numpy>=1.13.3 scipy>=0.19.1 joblib>=0.11 threadpoolctl>=2.0.0 constant int or str or array null The explicit constant as predicted by the "constant" strategy. This parameter is useful only for the "constant" strategy. random_state int null Controls 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 <random_state>` strategy "prior" openml-python python scikit-learn sklearn sklearn_0.24.2