OptionalcustomOptionalexperimentThe path in the workspace to store the created experiment.
OptionalforecastThe time interval between consecutive rows in the time series data. Possible values include: '1 second', '1 minute', '5 minutes', '10 minutes', '15 minutes', '30 minutes', 'Hourly', 'Daily', 'Weekly', 'Monthly', 'Quarterly', 'Yearly'.
OptionalforecastThe number of time steps into the future to make predictions, calculated as a multiple of forecast_granularity. This value represents how far ahead the model should forecast.
OptionalfutureThe fully qualified path of a Unity Catalog table, formatted as catalog_name.schema_name.table_name, used to store future feature data for predictions.
OptionalholidayThe region code(s) to automatically add holiday features. Currently supports only one region.
OptionalincludeSpecifies the list of feature columns to include in model training. These columns must exist in the training data and be of type string, numerical, or boolean. If not specified, no additional features will be included. Note: Certain columns are automatically handled:
OptionalmaxThe maximum duration for the experiment in minutes. The experiment stops automatically if it exceeds this limit.
OptionalpredictionThe fully qualified path of a Unity Catalog table, formatted as catalog_name.schema_name.table_name, used to store predictions.
OptionalprimaryThe evaluation metric used to optimize the forecasting model.
OptionalregisterThe fully qualified path of a Unity Catalog model, formatted as catalog_name.schema_name.model_name, used to store the best model.
Optionalsplit// The column in the training table used for custom data splits. Values must be 'train', 'validate', or 'test'.
OptionaltargetThe column in the input training table used as the prediction target for model training. The values in this column are used as the ground truth for model training.
OptionaltimeThe column in the input training table that represents each row's timestamp.
OptionaltimeseriesThe column in the training table used to group the dataset for predicting individual time series.
OptionaltrainThe fully qualified path of a Unity Catalog table, formatted as catalog_name.schema_name.table_name, used as training data for the forecasting model.
OptionaltrainingList of frameworks to include for model tuning. Possible values are 'Prophet', 'ARIMA', 'DeepAR'. An empty list includes all supported frameworks.
The column in the training table used to customize weights for each time series.