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
The parameter `value="housepricemodel"` refers to the artifact name, which references the model that will be stored in AWS S3. It is vital that the name of this parameter matches the name that you defined in your yaml workflow.
183
+
The parameter `value="housepricemodel"` refers to the artifact name, which references the model that will be stored in AWS S3. It is vital that the name of this parameter matches the name that you defined in your YAML workflow.
184
184
185
185
Your code should resemble:
186
186
@@ -473,7 +473,7 @@ Create a configuration using the following information. The information is taken
473
473
| Scenario ID | `learning-datalines`
474
474
| Executable ID | `house-metrics-train`
475
475
476
-
The value for `Input Parameters` `DT_MAX_DEPTH` is your choice. Until now, we have set this using an environment variable. If no variable is specified, this parameter will continue to be defined by the environment variables.
476
+
The value for `Input Parameters` `DT_MAX_DEPTH` is your choice. Until now, this was set using an environment variable. If no variable is specified, this parameter will continue to be defined by the environment variables.
477
477
478
478
> Information: This parameter can be defined using an integer to set a maximum depth or as `None`, which means that nodes are expanded until all leaves are single nodes, or contain all contain fewer data points than specified in the `min_samples_split samples`, if specified. For more information, see [the Scikit learn documentation](https://scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html\#)
479
479
@@ -489,7 +489,7 @@ Create an execution from this configuration.
489
489
490
490
[OPTION BEGIN [SAP AI Launchpad]]
491
491
492
-
Click through `ML Operations` > `Executions` > `Metrics Resource` tab of your execution.
492
+
Navigate through `ML Operations` > `Executions` > `Metrics Resource` tab of your execution.
493
493
494
494
!
495
495
@@ -502,7 +502,7 @@ For metrics tagged with the artifact name, you can also locate the metrics in th
502
502
503
503
[OPTION BEGIN [Postman]]
504
504
505
-
Click through `AI Core` > `lm` > `metrics` > `Get metrics` and double check the `executionId`.
505
+
Navigate through `AI Core` > `lm` > `metrics` > `Get metrics` and double check the `executionId`.
0 commit comments