We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12c97d4 + 9bbf968 commit 71d0c3bCopy full SHA for 71d0c3b
articles/machine-learning/how-to-create-register-datasets.md
@@ -136,7 +136,7 @@ datastore = workspace.get_default_datastore()
136
137
# upload the local file from src_dir to the target_path in datastore
138
datastore.upload(src_dir='data', target_path='data')
139
-create a dataset referencing the cloud location
+# create a dataset referencing the cloud location
140
dataset = Dataset.Tabular.from_delimited_files(datastore.path('data/prepared.csv'))
141
```
142
0 commit comments