SegmentEncoderTransform

class SegmentEncoderTransform[source]

Bases: etna.transforms.base.IrreversibleTransform, etna.transforms.base.FutureMixin

Encode segment label to categorical. Creates column ‘segment_code’.

Inherited-members

Methods

fit(ts)

Fit the transform.

fit_transform(ts)

Fit and transform TSDataset.

get_regressors_info()

Return the list with regressors created by the transform.

inverse_transform(ts)

Inverse transform TSDataset.

load(path)

Load an object.

params_to_tune()

Get grid for tuning hyperparameters.

save(path)

Save the object.

set_params(**params)

Return new object instance with modified parameters.

to_dict()

Collect all information about etna object in dict.

transform(ts)

Transform TSDataset inplace.

Attributes

idx

get_regressors_info() List[str][source]

Return the list with regressors created by the transform.

Return type

List[str]