Uses of Package
org.tribuo.transform
Package
Description
Provides the core interfaces and classes for using Tribuo.
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 implementations of base classes and interfaces from
org.tribuo
.Provides infrastructure for applying transformations to a
Dataset
.Provides implementations of standard transformations like binning, scaling, taking logs and exponents.
-
-
-
ClassDescription
-
ClassDescriptionAn interface representing a class of transformations which can be applied to a feature.A carrier type for a set of transformations to be applied to a
Dataset
.Wraps aModel
with it'sTransformerMap
so allExample
s are transformed appropriately before the model makes predictions.A fittedTransformation
which can apply a transform to the input value.Provenance forTransformerMap
.An interface for the statistics that need to be collected for a specificTransformation
on a single feature. -
ClassDescriptionAn interface representing a class of transformations which can be applied to a feature.A tag interface for provenances in the transformation system.A fitted
Transformation
which can apply a transform to the input value.An interface for the statistics that need to be collected for a specificTransformation
on a single feature.