Skip to content

Commit 6959509

Browse files
Merge pull request #217029 from msakande/update-v1-link-in-scikit-learn-article
Change v1 to v2 link in article
2 parents 37cacec + 2ba554a commit 6959509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-train-scikit-learn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ In this article, we've provided the training script *train_iris.py*. In practice
125125
> - downloads and extracts the training data using `iris = datasets.load_iris()`; and
126126
> - trains a model, then saves and registers it.
127127
128-
To use and access your own data, see [how to train with datasets](v1/how-to-train-with-datasets.md) to make data available during training.
128+
To use and access your own data, see [how to read and write data in a job](how-to-read-write-data-v2.md) to make data available during training.
129129

130130
To use the training script, first create a directory where you will store the file.
131131

0 commit comments

Comments
 (0)