- All Superinterfaces:
com.oracle.labs.mlrg.olcut.config.Configurable,com.oracle.labs.mlrg.olcut.provenance.Provenancable<TrainerProvenance>,Trainer<T>
An interface for incremental training of
Models.-
Field Summary
Fields inherited from interface org.tribuo.Trainer
DEFAULT_SEED -
Method Summary
Modifier and TypeMethodDescriptionincrementalTrain(Dataset<T> newData, U model) Incrementally trains the supplied model with the new data.Methods inherited from interface com.oracle.labs.mlrg.olcut.config.Configurable
postConfigMethods inherited from interface com.oracle.labs.mlrg.olcut.provenance.Provenancable
getProvenanceMethods inherited from interface org.tribuo.Trainer
getInvocationCount, train, train
-
Method Details
-
incrementalTrain
Incrementally trains the supplied model with the new data.- Parameters:
newData- The additional training data.model- The model to update.- Returns:
- The updated model.
-