From 7f19e4bba684ee6e7c8ff2a7a1614f7d40c8a24c Mon Sep 17 00:00:00 2001 From: Frederick Legaspi Date: Mon, 6 Dec 2021 10:09:41 -0500 Subject: [PATCH] Fix broken link Fix broken link to 18-Low-Code/README.md. Fix minor typo. --- 5-Data-Science-In-Cloud/19-Azure/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/5-Data-Science-In-Cloud/19-Azure/README.md b/5-Data-Science-In-Cloud/19-Azure/README.md index be76915d..30a4bac1 100644 --- a/5-Data-Science-In-Cloud/19-Azure/README.md +++ b/5-Data-Science-In-Cloud/19-Azure/README.md @@ -76,7 +76,7 @@ Let's create a compute instance to provision a jupyter notebook. Congratulations, you have just created a compute instance! We will use this compute instance to create a Notebook the [Creating Notebooks section](#23-creating-notebooks). ### 2.3 Loading the Dataset -Refer the [previous lesson](../18-tbd/README.md) in the section **2.3 Loading the Dataset** if you have not uploaded the dataset yet. +Refer the [previous lesson](../18-Low-Code/README.md) in the section **2.3 Loading the Dataset** if you have not uploaded the dataset yet. ### 2.4 Creating Notebooks @@ -97,7 +97,7 @@ Now that we have a Notebook, we can start training the model with Azure ML SDK. ### 2.5 Training a model -First of all, if you ever have a doubt, refer to the [Azure ML SDK documentation](https://docs.microsoft.com/python/api/overview/azure/ml?WT.mc_id=academic-40229-cxa&ocid=AID3041109). In contains all the necessary information to understand the modules we are going to see in this lesson. +First of all, if you ever have a doubt, refer to the [Azure ML SDK documentation](https://docs.microsoft.com/python/api/overview/azure/ml?WT.mc_id=academic-40229-cxa&ocid=AID3041109). It contains all the necessary information to understand the modules we are going to see in this lesson. #### 2.5.1 Setup Workspace, experiment, compute cluster and dataset