Baseline

Baseline is the simplest algorithm that provides predictions without complex computations. For classification tasks, the Baseline returns the most frequent class. For regression tasks, the Baseline returns the average of the target from training data.

License

License for Scikit-Learn implementation of Baseline: New BSD License

Links

DummyRegressor

DummyRegressor

Scikit-Learn GitHub

Scikit-Learn Website


« Back to Machine Learning Algorithms Comparison