Uses of Package
org.tribuo.data.columnar

Packages that use org.tribuo.data.columnar
Package
Description
Provides an implementation of LIME (Locally Interpretable Model Explanations).
Provides classes for loading in data from disk, processing it into examples, and splitting datasets for things like cross-validation and train-test splits.
Provides classes for processing columnar data and generating Examples.
Provides implementations of FieldExtractor.
Provides implementations of FeatureProcessor.
Provides implementations of FieldProcessor.
Provides implementations of ResponseProcessor.
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 interop with JSON formatted data, along with tools for interacting with JSON provenance objects.