evalml.pipelines.components.TimeSeriesBaselineEstimator.clone

TimeSeriesBaselineEstimator.clone(random_state=0)

Constructs a new component with the same parameters

Parameters

random_state (int) – The value to seed the random state with. Defaults to 0.

Returns

A new instance of this component with identical parameters