Skip to content

Latest commit

 

History

History
75 lines (43 loc) · 2.72 KB

README_DE.md

File metadata and controls

75 lines (43 loc) · 2.72 KB

Cloud Scale Advanced Analtyics

Experience end-to-end Advanced Analytics on cloud using Blob, ADF, Databricks, SQLDB and Azure Machine Leaning Studio.

In this hands on lab, you can understand how to apply following Azure services to your project

  • Azure Data Factory
  • Azure Databricks
  • Azure SQL Database
  • Azure Key Vault

After the workshop you will be able to:

  1. Understand process and architecture for cloud scale andvanced analaytics project
  2. Create appropreate Azure services for data prep. & training environment
  3. Know how to wanggle data in a scale
  4. Expermiments on data and select the best model
  5. Deploy and interact with your score model

Architecture

overallarch

Scenario

Extract data from a web and load the data to Azure Blob storage. Mount the Azure Blob storage to Azure Databricks to prepare the data for Machine Learning. When save prepared data on Azure Blob, access the prepared data from Azure Machine Learning Studio. Conduct machine learning experiments and select the best model for prediction. When a model is selected, deploy the score model as a web service from the Azure Machine Learning Studio. Lastly, extract new data set from SQL Database and

  1. Create Hands-on Lab envrironment using a script
  1. Create Azure Data Factory (v2)

  2. Create Data Pipeline

  1. Create Azure Databricks

  2. Create Azure Databricks cluster

  3. Import and Run Notebook

Citizenship Data Scientist

  1. Create Azure Machine Learning Studio

  2. Create workspace

  1. Create web service

  2. Update inputs

  3. Publish web service

  4. Download a sample excel and test

  1. Create a new pipeline for batch ml processing

Start Lab > 01. Ingest Data


Sources and references