Skip to content

Commit e81b066

Browse files
committed
Fix minor bugs . . .
1 parent 3e63c8a commit e81b066

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ For more information about where datasets fit in the overall Azure Machine Learn
2626

2727
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.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)
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

@@ -134,7 +134,7 @@ You can also create Azure Machine Learning datasets from Azure Open Datasets wit
134134

135135
:::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.md) resource. For more information about the other datasets, visit the [Azure Open Datasets Catalog](/dataset-catalog.md) 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)