Skip to content

Commit 9950abb

Browse files
typo fix in link (#18664)
1 parent 646520a commit 9950abb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ Create a configuration using the following information. The information is taken
475475

476476
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

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

480480
Attach your registered artifact to `Input Artifact`, by specifying `housedataset` for this value.
481481

0 commit comments

Comments
 (0)