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
- Save models to model catalog if enabled. Includes deployment config.
201
+
202
+
* - previous_output_dir
203
+
- string
204
+
- No
205
+
-
206
+
- Load previous run outputs.
207
+
208
+
* - generate_model_parameters
209
+
- boolean
210
+
- No
211
+
-
212
+
- Export fitted model parameters.
213
+
214
+
* - generate_model_pickle
215
+
- boolean
216
+
- No
217
+
-
218
+
- Export trained model as pickle file.
219
+
220
+
* - confidence_interval_width
221
+
- float
222
+
- No
223
+
- 0.80
224
+
- Width of confidence intervals in forecast.
225
+
226
+
* - tuning.n_trials
227
+
- integer
228
+
- No
229
+
- 10
230
+
- Number of tuning trials for hyperparameter search.
231
+
232
+
233
+
Further Description
234
+
-------------------
235
+
236
+
22
237
* **kind**: The YAML file always starts with ``kind: operator``. This identifies the type of service. Common kinds include ``operator`` and ``job``, but here, ``operator`` is required.
23
238
* **type**: The type of operator is ``forecast``, which should always be specified when using this forecast operator.
24
239
* **version**: The only available version is ``v1``.
0 commit comments