Package org.tribuo.classification.baseline
package org.tribuo.classification.baseline
Provides simple baseline multiclass classifiers.
 
If you can't beat these baselines then your ML system isn't working.
- 
ClassDescriptionA model which performs dummy classifications (e.g., constant output, uniform sampled labels, stratified sampled labels).A trainer for simple baseline classifiers.Types of dummy classifier.