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:
- Understand process and architecture for cloud scale andvanced analaytics project
- Create appropreate Azure services for data prep. & training environment
- Know how to wanggle data in a scale
- Expermiments on data and select the best model
- Deploy and interact with your score model
Architecture
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
Lab 00. Create hands on lab environment
- Create Hands-on Lab envrironment using a script
Lab 01. Ingest
-
Create Azure Data Factory (v2)
-
Create Data Pipeline
Lab 02. Create Azure Databricks
-
Create Azure Databricks
-
Create Azure Databricks cluster
-
Import and Run Notebook
Labs for Data Scientist
Lab 03. Data Wrangling and Training
Import following url from Azure Databricks
https://github.com/xlegend1024/az-adb-aml-lab/raw/master/databricks/az-adb-aml-lab.dbc
Lab 04. Run Notebook within ADF Pipeline
Use Azure Data Factory for batch scoring
Lab 05. Operationalize score model using Azure Machine Leaerning
Import following url from Azure Databricks
https://github.com/xlegend1024/az-cloudscale-adv-analytics/blob/master/AzureDatabricks/07_MLlib_Classification_Deployment.ipynb
Lab 06. Azure AutoML
Import following url from Azure Databricks
https://github.com/xlegend1024/az-adb-aml-lab/raw/master/databricks/az-adb-aml-lab.dbc
Labs for Citizenship Data Scientist
Sources and references
- https://docs.microsoft.com/en-us/azure/machine-learning/studio/azure-ml-customer-churn-scenario
- https://github.com/Azure/MachineLearningSamples-ChurnPrediction
- https://github.com/jakazmie/ADBLabs