You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
69
+
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 TabularDataset**. [Learn more about datatsets](https://github.com/MicrosoftDocs/azure-docs-pr/pull/how-to-create-register-datasets.md).
70
70
71
-
* TabularDataset
72
-
* Pandas dataframe
73
-
74
-
>[!Important]
75
-
> Requirements for training data:
76
-
>* Data must be in tabular form.
77
-
>* The value you want to predict (target column) must be present in the data.
71
+
Requirements for training data:
72
+
- Data must be in tabular form.
73
+
- The value to predict, target column, must be in the data.
78
74
79
-
Examples:
75
+
The following code examples demonstrate how to store the data in these formats.
0 commit comments