---
Author:
- Bismark Adomako
- [email protected]"
Course:
"Building, Training, and Validating Models in Azure"
Course description: "This course will help you decide which model to choose and why by building a model which will try to predict if a flight would be delayed more than 15 mins with given data."
CourseURL: "https://app.pluralsight.com/library/courses/microsoft-azure-building-training-validating-models/table-of-contents"
---
⚠️ ⚠️ ⚠️ If you are experiencing challenges cloning this repo into your User folder in Azure Macchine Learnin, please download this git repo, extract and upload manually into your users folder on AML. The rest of instructions continues from the video.
This repository contains the files necessary for hands-on labs to support content on the PluralSight course Building, Training, and Validating Models in Azure.
File/folder | Description |
---|---|
data |
Flight delays data for use in the labs. |
labdocs |
The lab exercise instructions. |
nn-xxxx_xx.ipynb |
Lab code notebooks |
.gitignore |
Define what to ignore at commit time |
CHANGELOG.md |
List of changes to the labs |
README.md |
This README file. |
LICENSE |
The license for this repo |
Azure Machine Learning (Azure ML) is a Microsoft Azure-based service for running data science and machine learning workloads at scale in the cloud. To use Azure Machine Learning, you will need an Azure subscription. If you do not already have one, you can sign up for a free trial at https://azure.microsoft.com.
You must follow the instructions in the first lab (Getting Started with Azure Machine Learning) to create an Azure Machine Learning workspace and set up a compute instance to work on before completing any subsequent labs in this repository.
⚠️ ⚠️ ⚠️ If you are experiencing challenges cloning this repo into your User folder in Azure Macchine Learnin, please download this git repo, extract and upload manually into your users folder on AML. The rest of instructions continues from the video.
Complete the labs in order by following the links on the Lab Exercises page.
Before completing each lab, I recommend you complete the associated lessons on Building, Training, and Validating Models in Azure