You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/user_guide/operators/forecast_operator/yaml_schema.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Below is an example of a ``forecast.yaml`` file with every parameter specified:
51
51
* **format**: (Optional) Specify the format for output data (e.g., ``csv``, ``json``, ``excel``).
52
52
* **options**: (Optional) Include any additional arguments, such as connection parameters for storage.
53
53
54
-
* **model**: (Optional) The name of the model framework to use. Defaults to ``auto-select``. Available options include ``arima``, ``lgbforecaster``, ``prophet``, ``neuralprophet``, ``autots``, and ``auto-select``.
54
+
* **model**: (Optional) The name of the model framework to use. Defaults to ``auto-select``. Available options include ``arima``, ``prophet``, ``neuralprophet``, ``autots``, and ``auto-select``.
55
55
56
56
* **model_kwargs**: (Optional) A dictionary of arguments to pass directly to the model framework, allowing for detailed control over modeling.
0 commit comments