Uses of Class
org.tribuo.interop.ExternalModel
Package
Description
Provides abstract classes for interfacing with XGBoost abstracting away all the
Output
dependent parts.Code for uploading models to Oracle Cloud Infrastructure Data Science, and also for scoring models deployed
in Oracle Cloud Infrastructure Data Science.
This package contains a Tribuo wrapper around ONNX Runtime.
Provides an interface to TensorFlow, allowing the training of non-sequential models using any supported
Tribuo output type.
-
Uses of ExternalModel in org.tribuo.common.xgboost
Modifier and TypeClassDescriptionfinal class
XGBoostExternalModel<T extends Output<T>>
AModel
which wraps around a XGBoost.Booster which was trained by a system other than Tribuo. -
Uses of ExternalModel in org.tribuo.interop.oci
-
Uses of ExternalModel in org.tribuo.interop.onnx
Modifier and TypeClassDescriptionfinal class
ONNXExternalModel<T extends Output<T>>
A Tribuo wrapper around a ONNX model. -
Uses of ExternalModel in org.tribuo.interop.tensorflow
Modifier and TypeClassDescriptionfinal class
TensorFlowFrozenExternalModel<T extends Output<T>>
A Tribuo wrapper around a TensorFlow frozen model.final class
TensorFlowSavedModelExternalModel<T extends Output<T>>
A Tribuo wrapper around a TensorFlow saved model bundle.