Skip to content

Commit f7b9f8e

Browse files
committed
downplay azure open datasets
1 parent 3e800a7 commit f7b9f8e

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

articles/machine-learning/concept-data.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Supported Azure storage services that can be registered as datastores:
5858

5959
[Create an Azure Machine Learning dataset](how-to-create-register-datasets.md) to interact with data in your datastores and package your data into a consumable object for machine learning tasks. Register the dataset to your workspace to share and reuse it across different experiments without data ingestion complexities.
6060

61-
Datasets can be created from local files, public urls, [Azure Open Datasets](#open), or specific file(s) in your datastores. To create a dataset from an in memory pandas dataframe, write the data to a local file, like a csv, and create your dataset from that file. Datasets aren't copies of your data, but are references that point to the data in your storage service, so no extra storage cost is incurred.
61+
Datasets can be created from local files, public urls, Azure Open Datasets, or specific file(s) in your datastores. To create a dataset from an in memory pandas dataframe, write the data to a local file, like a csv, and create your dataset from that file. Datasets aren't copies of your data, but are references that point to the data in your storage service, so no extra storage cost is incurred.
6262

6363
The following diagram shows that if you don't have an Azure storage service, you can create a dataset directly from local files, public urls, or an Azure Open Dataset. Doing so connects your dataset to the default datastore that was automatically created with your experiment's [Azure Machine Learning workspace](concept-workspace.md).
6464

@@ -77,23 +77,16 @@ Additional datasets capabilities can be found in the following documentation:
7777

7878
With datasets, you can accomplish a number of machine learning tasks through seamless integration with Azure Machine Learning features.
7979

80+
+ Create a [data labeling project](#label).
81+
+ Create a dataset from an [Azure Open Dataset](how-to-create-register-datasets.md#create-datasets-with-azure-open-datasets).
8082
+ [Train machine learning models](how-to-train-with-datasets.md).
8183
+ Consume datasets in
8284
+ [automated ML experiments](how-to-create-portal-experiments.md)
8385
+ the [designer](tutorial-designer-automobile-price-train-score.md#import-data)
8486
+ [Azure Machine Learning pipelines](how-to-create-your-first-pipeline.md)
8587
+ Access datasets for scoring with batch inference in [machine learning pipelines](how-to-create-your-first-pipeline.md).
86-
+ Create a [data labeling project](#label).
8788
+ Set up a dataset monitor for [data drift](#drift) detection.
8889

89-
<a name="open"></a>
90-
91-
### Azure Open Datasets
92-
93-
[Azure Open Datasets](how-to-create-register-datasets.md#create-datasets-with-azure-open-datasets) are curated public datasets that you can use to add scenario-specific features to machine learning solutions for more accurate models. Open Datasets are in the cloud on Microsoft Azure and are integrated into Azure Machine Learning. You can also access the datasets through APIs and use them in other products, such as Power BI and Azure Data Factory.
94-
95-
Azure Open Datasets include public-domain data for weather, census, holidays, public safety, and location that help you train machine learning models and enrich predictive solutions. You can also share your public datasets on Azure Open Datasets.
96-
9790
<a name="label"></a>
9891

9992
## Data labeling

0 commit comments

Comments
 (0)