timeSeriesLengthFraction property
The fraction of the interpolated length of the time series that's used to model the time series trend component.
All of the time points of the time series are used to model the non-trend
component. This training option accelerates modeling training without
sacrificing much forecasting accuracy. You can use this option with
minTimeSeriesLength
but not with maxTimeSeriesLength
.
Implementation
core.double? timeSeriesLengthFraction;