Uses of Interface
org.tribuo.provenance.DataProvenance

Packages that use DataProvenance
Package
Description
Provides the core interfaces and classes for using Tribuo.
Provides classes which can load columnar data (using a RowProcessor) from a CSV (or other character delimited format) file.
Provides classes which can load columnar data (using a RowProcessor) from a SQL source.
Provides interfaces for converting text inputs into Features and Examples.
Provides implementations of text data processors.
Provides utility datasets which subsample or otherwise transform the wrapped dataset.
Simple data sources for ingesting or aggregating data.
Evaluation base classes, along with code for train/test splits and cross validation.
This package contains the abstract implementation of an external model trained by something outside of Tribuo.
Provides interop with JSON formatted data, along with tools for interacting with JSON provenance objects.
Provides Tribuo specific infrastructure for the Provenance system which tracks models and datasets.
Provides internal implementations for empty provenance classes and TrainerProvenance.
Provides some example regression data generators for testing implementations.
Provides core classes for working with sequences of Examples.