Skip to content

Commit 9a8bb33

Browse files
authored
Updating wording
1 parent 93a732c commit 9a8bb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/service/how-to-configure-auto-train.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ automl_config = AutoMLConfig(task = "classification")
6565

6666
## Data source and format
6767

68-
Automated machine learning supports data that resides on your local desktop or in the cloud such as Azure Blob Storage. The data can be read into a Pandas DataFrame, or Azure's Dataset, DatsetDefinition, or TabularDataset formats. Below are some examples:
68+
Automated machine learning supports data that resides on your local desktop or in the cloud such as Azure Blob Storage. The data can be read into a Pandas DataFrame or an Azure Machine Learning dataset. The following code examples demonstrate how to store the data in these formats. [Learn more about datatsets](https://github.com/MicrosoftDocs/azure-docs-pr/pull/how-to-create-register-datasets.md).
6969

7070
* TabularDataset
7171
* Pandas dataframe

0 commit comments

Comments
 (0)