ForecastV2Response
Parameters
forecasts
Type:List[List[SingleSampleForecastPayload]]
List of forecast scenarios, where each scenario contains forecasts for multiple time series samples. Each scenario corresponds to one forecasting scenario from the input request.
Notes
- Each forecast row represents one forecasting scenario
- All forecasts in a row should have the same timestamps
- Empty forecasts (no timestamps/values) are represented as NaN columns
- Forecasts can be converted back to DataFrames using to_dfs()
Examples
Basic Forecast Response
Convert to DataFrames
Methods
to_dfs
See Also
- SingleSampleForecastPayload : Individual forecast result
- ForecastV2Request : Input request for forecasting
- to_dfs : Convert forecasts to pandas DataFrames