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
