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 968f4c1 + 5e9425a commit 4657a88Copy full SHA for 4657a88
articles/machine-learning/how-to-create-register-datasets.md
@@ -246,7 +246,7 @@ file_dataset = MNIST.get_file_dataset()
246
247
from azureml.opendatasets import Diabetes
248
249
-# Diabetes class can return ONLY return TabularDataset and must be called from the static function
+# Diabetes class can return ONLY TabularDataset and must be called from the static function
250
diabetes_tabular = Diabetes.get_tabular_dataset()
251
```
252
0 commit comments