minTimeSeriesLength property
The minimum number of time points in a time series that are used in modeling the trend component of the time series.
If you use this option you must also set the timeSeriesLengthFraction
option. This training option ensures that enough time points are available
when you use timeSeriesLengthFraction
in trend modeling. This is
particularly important when forecasting multiple time series in a single
query using timeSeriesIdColumn
. If the total number of time points is
less than the minTimeSeriesLength
value, then the query uses all
available time points.
Implementation
core.String? minTimeSeriesLength;