Skip to content

Commit c7075db

Browse files
Update ai-core-metrics.md
1 parent 871da7d commit c7075db

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tutorials/ai-core-metrics/ai-core-metrics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ aic_connection.metrics.log_metrics(
180180
)
181181
```
182182

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.
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.
184184

185185
Your code should resemble:
186186

@@ -473,7 +473,7 @@ Create a configuration using the following information. The information is taken
473473
| Scenario ID | `learning-datalines`
474474
| Executable ID | `house-metrics-train`
475475

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.
477477

478478
> 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\#)
479479

@@ -489,7 +489,7 @@ Create an execution from this configuration.
489489

490490
[OPTION BEGIN [SAP AI Launchpad]]
491491

492-
Click through `ML Operations` > `Executions` > `Metrics Resource` tab of your execution.
492+
Navigate through `ML Operations` > `Executions` > `Metrics Resource` tab of your execution.
493493

494494
!![image](img/ail/locate.png)
495495

@@ -502,7 +502,7 @@ For metrics tagged with the artifact name, you can also locate the metrics in th
502502

503503
[OPTION BEGIN [Postman]]
504504

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`.
506506

507507
!![image](img/postman/metric.png)
508508

0 commit comments

Comments
 (0)