Package org.tribuo.interop
package org.tribuo.interop
This package contains the abstract implementation of an external model
trained by something outside of Tribuo. It also contains provenance
classes for describing external models.
-
ClassesClassDescriptionA dummy provenance used to describe the dataset of external models.ExternalModel<T extends Output<T>, U, V>This is the base class for third party models which are trained externally and loaded into Tribuo for prediction.A dummy provenance for a model trained outside Tribuo.