Skip to content

Commit 1f05e7b

Browse files
author
Marc Gelormino
committed
"with" back to "to"
1 parent 432c438 commit 1f05e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/service/how-to-create-register-datasets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ mnist_ds = Dataset.File.from_files(path=web_paths)
122122

123123
To complete the creation process, register your datasets with a workspace.
124124

125-
Use the [`register()`](https://docs.microsoft.com/python/api/azureml-core/azureml.core.dataset%28class%29?view=azure-ml-py#register-workspace--name--description-none--tags-none--visible-true--exist-ok-false--update-if-exist-false-) method to register datasets with your workspace so they can be shared with others and reused across various experiments.
125+
Use the [`register()`](https://docs.microsoft.com/python/api/azureml-core/azureml.core.dataset%28class%29?view=azure-ml-py#register-workspace--name--description-none--tags-none--visible-true--exist-ok-false--update-if-exist-false-) method to register datasets to your workspace so they can be shared with others and reused across various experiments.
126126

127127
```Python
128128
titanic_ds = titanic_ds.register(workspace = workspace,

0 commit comments

Comments
 (0)