sklearn.dummy#
Dummy estimators that implement simple rules of thumb.
User guide. See the Metrics and scoring: quantifying the quality of predictions section for further details.
DummyClassifier makes predictions that ignore the input features. |
|
Regressor that makes predictions using simple rules. |