|
|
|
@ -1,9 +1,42 @@
|
|
|
|
|
# Data Science in the Cloud: TBD
|
|
|
|
|
|
|
|
|
|
# Low code/No code Data Science in the Cloud
|
|
|
|
|
|
|
|
|
|
Table of contents:
|
|
|
|
|
|
|
|
|
|
- [Low code/No code Data Science in the Cloud](#low-codeno-code-data-science-in-the-cloud)
|
|
|
|
|
- [Pre-Lecture Quiz](#pre-lecture-quiz)
|
|
|
|
|
- [1. Introduction](#1-introduction)
|
|
|
|
|
- [1.1 The Heart Failure Prediction Project](#11-the-heart-failure-prediction-project)
|
|
|
|
|
- [1.2 The Heart Failure Dataset](#12-the-heart-failure-dataset)
|
|
|
|
|
- [2. Low code/No code training of a model in Azure ML Studio](#2-low-codeno-code-training-of-a-model-in-azure-ml-studio)
|
|
|
|
|
- [2.1 Create an Azure ML workspace](#21-create-an-azure-ml-workspace)
|
|
|
|
|
- [2.2 Compute Resources](#22-compute-resources)
|
|
|
|
|
- [2.2.1 Choosing the right options for your compute resources](#221-choosing-the-right-options-for-your-compute-resources)
|
|
|
|
|
- [2.2.2 Creating a compute cluster](#222-creating-a-compute-cluster)
|
|
|
|
|
- [2.3 Loading the Dataset](#23-loading-the-dataset)
|
|
|
|
|
- [2.4 Low code/No Code training with AutoML](#24-low-codeno-code-training-with-automl)
|
|
|
|
|
- [3. Low code/No Code model deployment and endpoint consumption](#3-low-codeno-code-model-deployment-and-endpoint-consumption)
|
|
|
|
|
- [3.1 Model deployment](#31-model-deployment)
|
|
|
|
|
- [3.2 Endpoint consumption](#32-endpoint-consumption)
|
|
|
|
|
- [🚀 Challenge](#-challenge)
|
|
|
|
|
- [Post-Lecture Quiz](#post-lecture-quiz)
|
|
|
|
|
- [Review & Self Study](#review--self-study)
|
|
|
|
|
- [Assignment](#assignment)
|
|
|
|
|
## Pre-Lecture Quiz
|
|
|
|
|
|
|
|
|
|
[Pre-lecture quiz]()
|
|
|
|
|
|
|
|
|
|
## 1. Introduction
|
|
|
|
|
### 1.1 The Heart Failure Prediction Project
|
|
|
|
|
### 1.2 The Heart Failure Dataset
|
|
|
|
|
## 2. Low code/No code training of a model in Azure ML Studio
|
|
|
|
|
### 2.1 Create an Azure ML workspace
|
|
|
|
|
### 2.2 Compute Resources
|
|
|
|
|
#### 2.2.1 Choosing the right options for your compute resources
|
|
|
|
|
#### 2.2.2 Creating a compute cluster
|
|
|
|
|
### 2.3 Loading the Dataset
|
|
|
|
|
### 2.4 Low code/No Code training with AutoML
|
|
|
|
|
## 3. Low code/No Code model deployment and endpoint consumption
|
|
|
|
|
### 3.1 Model deployment
|
|
|
|
|
### 3.2 Endpoint consumption
|
|
|
|
|
## 🚀 Challenge
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|