Skip to content

Commit 12cb88d

Browse files
committed
Fix minor bugs . . .
1 parent 4b050e5 commit 12cb88d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/open-datasets/how-to-create-azure-machine-learning-dataset-from-open-dataset.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create datasets with Azure Open Datasets
33
description: Learn how to create an Azure Machine Learning dataset from Azure Open Datasets.
4-
ms.service: open-datasets
4+
ms.service: azure-open-datasets
55
ms.topic: conceptual
66
ms.author: franksolomon
77
author: fbsolo-ms1
@@ -24,13 +24,13 @@ With an [Azure Machine Learning dataset](../machine-learning/v1/how-to-create-re
2424

2525
For more information about where datasets fit in the overall Azure Machine Learning data access workflow, visit the [Securely access data](../machine-learning/v1/concept-data.md#data-workflow) article.
2626

27-
Azure Open Datasets are curated public datasets that add scenario-specific features to enrich your predictive solutions and improve the accuracy of those solutions. Visit the [Open Datasets catalog](/dataset-catalog) resource for public-domain data that can help you train machine learning models - for example:
27+
Azure Open Datasets are curated public datasets that add scenario-specific features to enrich your predictive solutions and improve the accuracy of those solutions. Visit the [Open Datasets catalog](/dataset-catalog.md) resource for public-domain data that can help you train machine learning models - for example:
2828

29-
- [Health and genomics](/dataset-catalog#health-and-genomics)
30-
- [Labor and economics](/dataset-catalog#labor-and-economics)
31-
- [Population and safety](/dataset-catalog#population-and-safety)
32-
- [Supplemental and common datasets](/dataset-catalog#supplemental-and-common-datasets)
33-
- [Transportation](/dataset-catalog#transportation)
29+
- [Health and genomics](/dataset-catalog.md#health-and-genomics)
30+
- [Labor and economics](/dataset-catalog.md#labor-and-economics)
31+
- [Population and safety](/dataset-catalog.md#population-and-safety)
32+
- [Supplemental and common datasets](/dataset-catalog.md#supplemental-and-common-datasets)
33+
- [Transportation](/dataset-catalog.md#transportation)
3434

3535
Open Datasets are hosted in the cloud on Microsoft Azure. Both [Azure Machine Learning Python SDK](#create-datasets-with-the-sdk) and [Azure Machine Learning studio](#create-datasets-with-the-studio) include them.
3636

@@ -128,13 +128,13 @@ You can also create Azure Machine Learning datasets from Azure Open Datasets wit
128128

129129
1. Optionally, filter the data with the available filters, appropriate for the chosen dataset. For the **San Francisco Safety Data** dataset, we set the filtered date range between a start date of **July 1, 2024** and **July 17, 2024**. Select **Next**, as shown in this screenshot:
130130

131-
:::image type="content" source="./media/how-to-create-dataset-from-open-dataset/data-asset-filter-example.png" lightbox="./media/how-to-create-dataset-from-open-dataset/data-asset-filter-example.png" alt-text="Screenshot showing selection of the Next button.":::
131+
:::image type="content" source="./media/how-to-create-dataset-from-open-dataset/data-asset-filter-example.png" lightbox="./media/how-to-create-dataset-from-open-dataset/data-asset-filter-example.png" alt-text="Screenshot showing selection of filter values and selection of the Next button.":::
132132

133133
1. At the next screen, review the settings for the new data asset, and make any necessary changes. When it seems good, select **Create** as shown in this screenshot:
134134

135-
:::image type="content" source="./media/how-to-create-dataset-from-open-dataset/create-the-data-asset.png" lightbox="./media/how-to-create-dataset-from-open-dataset/create-the-data-asset.png" alt-text="Screenshot showing selection of the Next button.":::
135+
:::image type="content" source="./media/how-to-create-dataset-from-open-dataset/create-the-data-asset.png" lightbox="./media/how-to-create-dataset-from-open-dataset/create-the-data-asset.png" alt-text="Screenshot showing review of the chosen settings, and selection of the Next button.":::
136136

137-
1. For more information about the field descriptions and date ranges for the **San Francisco Safety Data** dataset, visit the [San Francisco Safety Data](./dataset-san-francisco-safety) resource. For more information about the other datasets, visit the [Azure Open Datasets Catalog](/dataset-catalog) resource.
137+
1. For more information about the field descriptions and date ranges for the **San Francisco Safety Data** dataset, visit the [San Francisco Safety Data](./dataset-san-francisco-safety.md) resource. For more information about the other datasets, visit the [Azure Open Datasets Catalog](/dataset-catalog.md) resource.
138138

139139
The dataset is now available in your workspace under **Datasets**. You can use it in the same way as the other datasets you created.
140140

0 commit comments

Comments
 (0)