Uses of Package
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
Example
s.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.
-
-
-
ClassDescriptionA Feature with extra bookkeeping for use inside the columnar package.An abstract class for iterators that read data in to a columnar format, usually from a file of some kind.A representation of a row of untyped data from a columnar data source.Takes a list of columnar features and adds new features or removes existing features.Extracts a value from a field to be placed in an
Example
's metadata field.An interface for things that process the columns in a data set.The types of generated features.An interface that will take the response field and produce anOutput
.A processor which takes a Map of String to String and returns anExample
.Builder forRowProcessor
. -
ClassDescriptionA representation of a row of untyped data from a columnar data source.Extracts a value from a field to be placed in an
Example
's metadata field. -
ClassDescriptionA Feature with extra bookkeeping for use inside the columnar package.Takes a list of columnar features and adds new features or removes existing features.
-
ClassDescriptionA Feature with extra bookkeeping for use inside the columnar package.An interface for things that process the columns in a data set.The types of generated features.
-
-
ClassDescriptionA
ConfigurableDataSource
base class which takes columnar data (e.g., csv or DB table rows) and generatesExample
s.An abstract class for iterators that read data in to a columnar format, usually from a file of some kind.A representation of a row of untyped data from a columnar data source.A processor which takes a Map of String to String and returns anExample
. -
ClassDescriptionA
ConfigurableDataSource
base class which takes columnar data (e.g., csv or DB table rows) and generatesExample
s.An abstract class for iterators that read data in to a columnar format, usually from a file of some kind.A representation of a row of untyped data from a columnar data source.A processor which takes a Map of String to String and returns anExample
. -
ClassDescriptionA
ConfigurableDataSource
base class which takes columnar data (e.g., csv or DB table rows) and generatesExample
s.An abstract class for iterators that read data in to a columnar format, usually from a file of some kind.A representation of a row of untyped data from a columnar data source.A processor which takes a Map of String to String and returns anExample
.