Documentation Index
Fetch the complete documentation index at: https://kumo.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
lag_timesteps: <integer> (Optional)
Description
For forecasting problems, leverage the auto-regressive labels as inputs. This parameter controls the number of previous values should be considered as auto-regressive labels.Supported Task Types
- Forecasting
Example
For the following query, a value oflag_timesteps=3 will consider sum from the last 3, 7-day, windows as input features.