Baseline (dummy) models.
Trainers in the scikit-learn Dummy family, behind Learning's typed
contract. Each requires a clean training set (``independent_target`` and
no missing values) and stamps the model with the dataset's feature/class
count. ``open LearningDummy`` brings the core types in scope too.
Baseline (predicts the majority class).