FeaturizationMethod
class FeaturizationMethod
Provides information about the method that featurizes (transforms) a dataset field. The method is part of the FeaturizationPipeline
of the Featurization object.
The following is an example of how you specify a FeaturizationMethod
object.
{
"FeaturizationMethodName": "filling",
"FeaturizationMethodParameters": {"aggregation": "sum", "middlefill": "zero", "backfill": "zero"}
}
Types
Properties
Link copied to clipboard
The name of the method. The "filling" method is the only supported method.
Link copied to clipboard
The method parameters (key-value pairs), which are a map of override parameters. Specify these parameters to override the default values. Related Time Series attributes do not accept aggregation parameters.