SlideShare a Scribd company logo
MAKING DATA SCIENTISTS
PRODUCTIVE IN AZURE
Valdas Maksimavičius
Quiz
Microsoft Machine Learning Server
Machine Learning for .NET
Azure Machine Learning Service
Azure Machine Learning Studio
Azure Databricks
Data Science Virtual Machine
SQL Server Machine Learning Services
Azure Cognitive Services
Inspiration for the talk
One thing about Microsoft  -  they have
multiple ways to solve the same problem
Making Data Scientists Productive in Azure
Making Data Scientists Productive in Azure
So what do you mean by saying
“Making Data Scientists Productive in Azure”?
Making Data Scientists Productive in Azure
Making Data Scientists Productive in Azure
Making Data Scientists Productive in Azure
6 Data Science stories
Tom
•	Full stack software developer
•	.Net, Node.js, Vue, React
Scan faces to decide what
advert to serve
Azure Cognitive Services
What is it?
Azure services with pre-built AI and ML models
What can you do with it?
Add intelligent features to your apps
Azure Cognitive Services - Overview
•	Vision (e.g. face / scene / object recognition, video analysis)
•	Speech (e.g. speaker recognition, speech-to-text)
•	Language (e.g. translations, phrase extraction, QnA maker)
•	Decision (e.g. content moderation, anomaly detection)
•	Search (e.g. Bing search)
Making Data Scientists Productive in Azure
Making Data Scientists Productive in Azure
“bald”: 0.17
Azure Cognitive Services - Summary
Key benefits:
•	 Minimal development effort
•	 Easy integration via HTTP REST
•	 Built-in support with other Azure services
•	 Containers support
Azure Cognitive Services - Summary
Key benefits:
•	 Minimal development effort
•	 Easy integration via HTTP REST
•	 Built-in support with other Azure services
•	 Containers support
Considerations:
•	 Limited customization allowed
•	 Limited support for Non-English languages
ML.NET
What is it?
An open source and cross-platform ML framework
What can you do with it?
Create custom ML models using C# or F#
without leaving the .NET ecosystem
Making Data Scientists Productive in Azure
Making Data Scientists Productive in Azure
ML.NET - Summary
Key benefits:
•	 Powers products like Microsoft Defender, Outlook, Bing, PowerBI
•	 Seamlessly integrates ML into .NET apps
•	 AutoML functionality
•	 Leverage TensorFlow or ONNX
Considerations:
•	 Limited support for other ML libraries
Mark
•	Business Analyst
•	Basics of statistical analysis
Create a sales lead list
Azure Machine Learning Studio
What is it?
Drag-and-drop visual interface for ML
What can you do with it?
Build, experiment, and deploy models using
pre-configured algorithms
Making Data Scientists Productive in Azure
Making Data Scientists Productive in Azure
Making Data Scientists Productive in Azure
Deploy as
web services
•	Batch execution
•	Request / Response
Making Data Scientists Productive in Azure
Azure Machine Learning Studio - Summary
Key benefits:
•	 Interactive visual interface
•	 Built-in Jupyter Notebooks for data exploration
•	 Direct deployment of trained models as web services
•	 Built-in support for other Azure services
Azure Machine Learning Studio - Summary
Key benefits:
•	 Interactive visual interface
•	 Built-in Jupyter Notebooks for data exploration
•	 Direct deployment of trained models as web services
•	 Built-in support for other Azure services
Considerations:
•	 Limited scalability (the maximum size of a training dataset is 10 GB)
•	 Online only
•	 Limited support for custom Python/R code
Lucy
•	Machine Learning Engineer
•	Python, Scikit-learn, Keras, 	
TensorFlow
Estimate damage (repair cost)
in auto insurance
Making Data Scientists Productive in Azure
Azure Machine Learning Studio
Service
What is it?
Managed cloud service for ML
What can you do with it?
Train, deploy and manage models in Azure using
Python and CLI
Azure Machine Learning Service -
Overview
•	Python SDK
•	Data preparation
•	Compute targets
•	Experiment tracking
•	Deployment targets
Azure Machine Learning Service -
Compute Targets
Azure Machine Learning Service -
Compute Targets
•	Your local computer
Azure Machine Learning Service -
Compute Targets
•	Your local computer
•	Linux VM in Azure
•	Azure Batch AI Cluster
•	Azure Databricks
•	Azure Container Instance
•	Apache Spark for HDInsight
Azure Machine Learning Service - Compute Targets
Making Data Scientists Productive in Azure
Azure Machine Learning Service -
Experiment Tracking
Azure Machine Learning Service -
Experiment Tracking
Azure Machine Learning Service -
Deployment Targets
Making Data Scientists Productive in Azure
Azure Machine Learning Service - Summary
Key benefits:
•	 Central management of scripts and run history
•	 Run model training scripts locally, and then scale out to the cloud
•	 Deployment and management of models to the cloud or edge devices
•	 Start development locally (offline)
Azure Machine Learning Service - Summary
Key benefits:
•	 Central management of scripts and run history
•	 Run model training scripts locally, and then scale out to the cloud
•	 Deployment and management of models to the cloud or edge devices
•	 Start development locally (offline)
Considerations:
•	 Python only
•	 Requires some familiarity with the model management model
Bradley
•	Data Scientist / Engineer
•	Apache Spark / SQL / Python /
Scala
•	Wants to spend more time
outdoors than exploring beta
version tools
Build an enterprise data lake
and data science environment
Azure Databricks
What is it?
Spark-based analytics platform
What can you do with it?
Build and deploy models and data workflows
Azure Databricks - Overview
Collaborative Workspace
•	 Notebooks
•	 User access
•	 Git integration
Making Data Scientists Productive in Azure
Azure Databricks - Overview
Collaborative Workspace
•	 Notebooks
•	 User access
•	 Git integration
Databricks Runtime
•	Apache Spark
•	 Rest APIs
•	 Libraries
Making Data Scientists Productive in Azure
Azure Databricks - Overview
Collaborative Workspace
•	 Notebooks
•	 User access
•	 Git integration
Deploy Jobs & Workflows
•	Job scheduler
•	 Notifications & logs
•	 Multi-stage pipelines
Databricks Runtime
•	Apache Spark
•	 Rest APIs
•	 Libraries
Azure Databricks - Overview
Collaborative Workspace
•	 Notebooks
•	 User access
•	 Git integration
Deploy Jobs & Workflows
•	Job scheduler
•	 Notifications & logs
•	 Multi-stage pipelines
Databricks Runtime
•	Apache Spark
•	 Rest APIs
•	 Libraries
Security
•	 Single sign-on (SSO)
•	Access control list (ACL)
•	 Secrets via Key Vault
Making Data Scientists Productive in Azure
Azure Databricks - Summary
Key benefits:
•	 Probably the most mature development environment for ML on the 	
Azure platform
•	 Nicely integrated with other Azure services
Azure Databricks - Summary
Key benefits:
•	 Probably the most mature development environment for ML on the 	
Azure platform
•	 Nicely integrated with other Azure services
Considerations:
•	 Online only
Joshua
•	Data Scientist
•	Research and development
“I need a sandbox to learn and
evaluate new tools”
Data Science Virtual Machine
What is it?
A virtual machine with pre-installed data science tools
What can you do with it?
Develop ML solutions in a pre-configured environment
Making Data Scientists Productive in Azure
Azure Data Science Virtual Machine - Summary
Key benefits:
•	 Probably the most complete development environment for ML on the Azure platform
•	 Reduced time to install, manage, and troubleshoot data science tools and frameworks
•	 Virtual machine options include highly scalable GPU images
•	 A dedicated geospatial with ArcGIS distribution
Considerations:
•	 Online only
•	 You need to take care of VM management
I asked for Cloud and they said NO
Rick
•	Specializes in R
•	Not allowed to push data to 	
Azure
Create personalized treatment
based on individual health data
Microsoft Machine Learning Service
Server
What is it?
Cross-platform standalone server for predictive
analysis
What can you do with it?
Build and deploy models with R and Python
Microsoft Machine Learning Server - Overview
•	A new name for Microsoft R Server
•	Install on Windows / Linux / Hadoop cluster
•	Deploy models as web services packaged as container images
•	Satisfy security and compliance needs of any enterprise
Making Data Scientists Productive in Azure
Microsoft Machine Learning Server - Summary
Key benefits:
•	 Built on a legacy of Microsoft R Server and Revolution R Enterprise
•	Advanced security options
•	 Deploy R and Python models as web services
Microsoft Machine Learning Server - Summary
Key benefits:
•	 Built on a legacy of Microsoft R Server and Revolution R Enterprise
•	Advanced security options
•	 Deploy R and Python models as web services
Considerations:
•	You need to deploy and manage Machine Learning Server in your
enterprise
SQL Server Machine Learning Services
What is it?
A built-in SQL Server feature to support machine
learning
What can you do with it?
Execute Python and R scripts with relational data
Making Data Scientists Productive in Azure
SQL Server Machine Learning Services - Summary
Key benefits:
•	 Run your scripts where the data resides and eliminate transfer of
the data across the network to another server
•	 Encapsulate predictive logic in a database function
SQL Server Machine Learning Services - Summary
Key benefits:
•	 Run your scripts where the data resides and eliminate transfer of
the data across the network to another server
•	 Encapsulate predictive logic in a database function
Considerations:
•	Assumes a SQL Server database as the data tier for your application
•	 Limited scalability
•	 Long list of known issues
Quiz
Azure Cognitive Services
Machine Learning for .NET
Azure Machine Learning Studio
Azure Machine Learning Service
Azure Databricks
Data Science Virtual Machine
Microsoft Machine Learning Server
SQL Server Machine Learning Services
valdas.maksimavicius@cognizant.com
linkedin.com/in/valdasm
Azure Machine Learning Service - Deployment Targets
Azure Machine Learning Service -
Deployment Targets
Native support:
•	Azure Container Instance
•	Azure Kubernetes Service
•	Azure IoT Edge
Requires rework:
•	Linux VMs
•	Other cloud providers
Azure Machine Learning Service -
Deployment Targets
Native support:
•	Azure Container Instance
•	Azure Kubernetes Service
•	Azure IoT Edge
Making Data Scientists Productive in Azure
Making Data Scientists Productive in Azure
Azure Machine Learning Service -
Overview
•	Python SDK
•	Data preparation
•	Compute targets
•	Experiment tracking
•	Deployment targets
Welcome to
Vilnius
Microsoft
Data Platform
Meetup
Looking for
enthusiasts to
share their stories
Me in 2015
“With just a few clicks, you can have
a Hadoop cluster up and running”
Me in 2018
Azure Cognitive Services - Similar
services
žemėlapis su strėlukėm
Atnaujink
Making Data Scientists Productive in Azure
Making Data Scientists Productive in Azure
Making Data Scientists Productive in Azure
valdas@maksimavicius.eu
linkedin.com/in/valdasm
valdas.blog
Welcome to
Vilnius Data Platform Meetup
•	 Making Data Scientists Productive in Azure
by Valdas Maksimavičius
•	 Building Churn Prediction Model Using Azure
Databricks, Sklearn and MLflow by Tomas Lukas Komar
•	 Snacks & Networking
Agenda:

More Related Content

What's hot (20)

PPTX
Enable the business and make Artificial Intelligence accessible for everyone!
Marc Lelijveld
 
PDF
Modern Data Architecture
Mark Hewitt
 
PDF
AI meets Big Data
Jan Wiegelmann
 
PDF
Future of Data Platform in Cloud Native world
Srivatsan Srinivasan
 
PDF
Summary introduction to data engineering
Novita Sari
 
PPTX
Finding business value in Big Data
James Serra
 
PDF
Creating a Next-Generation Big Data Architecture
Perficient, Inc.
 
PPTX
Scaling Face Recognition with Big Data
Bogdan Bocse
 
PDF
Analytics in a Day Ft. Synapse Virtual Workshop
CCG
 
PPTX
Microsoft Power BI: AI Powered Analytics
Juan Alvarado
 
PPTX
Simplifying AI and Machine Learning with Watson Studio
DataWorks Summit
 
PDF
Enterprise Data Lake - Scalable Digital
sambiswal
 
PPTX
Big Data Analytics in the Cloud with Microsoft Azure
Mark Kromer
 
PDF
Real World End to End machine Learning Pipeline
Srivatsan Srinivasan
 
PDF
Big Data Day LA 2015 - Data Lake - Re Birth of Enterprise Data Thinking by Ra...
Data Con LA
 
PPTX
Data Vault Vs Data Lake
Calum Miller
 
PDF
Analytics in a Day Ft. Synapse Virtual Workshop
CCG
 
PPTX
Azure databricks by usama whaba khan
Usama Wahab Khan Cloud, Data and AI
 
PPTX
DW Appliance
Shankar R
 
PDF
The Evolution of Metadata: LinkedIn's Story [Strata NYC 2019]
Shirshanka Das
 
Enable the business and make Artificial Intelligence accessible for everyone!
Marc Lelijveld
 
Modern Data Architecture
Mark Hewitt
 
AI meets Big Data
Jan Wiegelmann
 
Future of Data Platform in Cloud Native world
Srivatsan Srinivasan
 
Summary introduction to data engineering
Novita Sari
 
Finding business value in Big Data
James Serra
 
Creating a Next-Generation Big Data Architecture
Perficient, Inc.
 
Scaling Face Recognition with Big Data
Bogdan Bocse
 
Analytics in a Day Ft. Synapse Virtual Workshop
CCG
 
Microsoft Power BI: AI Powered Analytics
Juan Alvarado
 
Simplifying AI and Machine Learning with Watson Studio
DataWorks Summit
 
Enterprise Data Lake - Scalable Digital
sambiswal
 
Big Data Analytics in the Cloud with Microsoft Azure
Mark Kromer
 
Real World End to End machine Learning Pipeline
Srivatsan Srinivasan
 
Big Data Day LA 2015 - Data Lake - Re Birth of Enterprise Data Thinking by Ra...
Data Con LA
 
Data Vault Vs Data Lake
Calum Miller
 
Analytics in a Day Ft. Synapse Virtual Workshop
CCG
 
Azure databricks by usama whaba khan
Usama Wahab Khan Cloud, Data and AI
 
DW Appliance
Shankar R
 
The Evolution of Metadata: LinkedIn's Story [Strata NYC 2019]
Shirshanka Das
 

Similar to Making Data Scientists Productive in Azure (20)

PDF
201908 Overview of Automated ML
Mark Tabladillo
 
PDF
Big Data Adavnced Analytics on Microsoft Azure
Mark Tabladillo
 
PPTX
Machine Learning and AI
James Serra
 
PPTX
2014.10.22 Building Azure Solutions with Office 365
Marco Parenzan
 
PPTX
Windows Azure
Rishu Mehra
 
PPTX
A practical guidance of the enterprise machine learning
Jesus Rodriguez
 
PPTX
Introduction to Machine learning and Deep Learning
Nishan Aryal
 
PPTX
Introduction to Azure Functions
Callon Campbell
 
PPTX
Ai & Data Analytics 2018 - Azure Databricks for data scientist
Alberto Diaz Martin
 
PDF
Sergii Baidachnyi ITEM 2018
ITEM
 
PPTX
Tokyo Azure Meetup #7 - Introduction to Serverless Architectures with Azure F...
Tokyo Azure Meetup
 
PDF
Windows Azure introduction
Microsoft Iceland
 
PDF
7 Things Testers Should Know About The Cloud with Bill Wilder & XBOSoft March...
XBOSoft
 
PPTX
Azure functions: Build apps faster with serverless architecture (March 2018)
Callon Campbell
 
PPTX
Deep Learning Technical Pitch Deck
Nicholas Vossburg
 
PPTX
Global AI Bootcamp Madrid - Azure Databricks
Alberto Diaz Martin
 
PDF
Sergii Bielskyi "Azure Logic App and building modern cloud native apps"
Fwdays
 
PDF
KoprowskiT_SQLSatMoscow_WASDforBeginners
Tobias Koprowski
 
PPTX
Serverless Application Development with Azure
Callon Campbell
 
PPTX
Building enterprise applications on the cloud (Level 100)
Prabath Fonseka
 
201908 Overview of Automated ML
Mark Tabladillo
 
Big Data Adavnced Analytics on Microsoft Azure
Mark Tabladillo
 
Machine Learning and AI
James Serra
 
2014.10.22 Building Azure Solutions with Office 365
Marco Parenzan
 
Windows Azure
Rishu Mehra
 
A practical guidance of the enterprise machine learning
Jesus Rodriguez
 
Introduction to Machine learning and Deep Learning
Nishan Aryal
 
Introduction to Azure Functions
Callon Campbell
 
Ai & Data Analytics 2018 - Azure Databricks for data scientist
Alberto Diaz Martin
 
Sergii Baidachnyi ITEM 2018
ITEM
 
Tokyo Azure Meetup #7 - Introduction to Serverless Architectures with Azure F...
Tokyo Azure Meetup
 
Windows Azure introduction
Microsoft Iceland
 
7 Things Testers Should Know About The Cloud with Bill Wilder & XBOSoft March...
XBOSoft
 
Azure functions: Build apps faster with serverless architecture (March 2018)
Callon Campbell
 
Deep Learning Technical Pitch Deck
Nicholas Vossburg
 
Global AI Bootcamp Madrid - Azure Databricks
Alberto Diaz Martin
 
Sergii Bielskyi "Azure Logic App and building modern cloud native apps"
Fwdays
 
KoprowskiT_SQLSatMoscow_WASDforBeginners
Tobias Koprowski
 
Serverless Application Development with Azure
Callon Campbell
 
Building enterprise applications on the cloud (Level 100)
Prabath Fonseka
 
Ad

Recently uploaded (20)

PPTX
apidays Helsinki & North 2025 - Agentic AI: A Friend or Foe?, Merja Kajava (A...
apidays
 
PDF
OPPOTUS - Malaysias on Malaysia 1Q2025.pdf
Oppotus
 
PDF
WEF_Future_of_Global_Fintech_Second_Edition_2025.pdf
AproximacionAlFuturo
 
PPTX
Advanced_NLP_with_Transformers_PPT_final 50.pptx
Shiwani Gupta
 
PPTX
apidays Singapore 2025 - Designing for Change, Julie Schiller (Google)
apidays
 
PPTX
AI Presentation Tool Pitch Deck Presentation.pptx
ShyamPanthavoor1
 
PDF
Context Engineering for AI Agents, approaches, memories.pdf
Tamanna
 
PDF
List of all the AI prompt cheat codes.pdf
Avijit Kumar Roy
 
PPTX
Numbers of a nation: how we estimate population statistics | Accessible slides
Office for National Statistics
 
PDF
Product Management in HealthTech (Case Studies from SnappDoctor)
Hamed Shams
 
PDF
apidays Helsinki & North 2025 - How (not) to run a Graphql Stewardship Group,...
apidays
 
PPTX
b6057ea5-8e8c-4415-90c0-ed8e9666ffcd.pptx
Anees487379
 
PPTX
recruitment Presentation.pptxhdhshhshshhehh
devraj40467
 
PDF
How to Connect Your On-Premises Site to AWS Using Site-to-Site VPN.pdf
Tamanna
 
PPTX
ER_Model_Relationship_in_DBMS_Presentation.pptx
dharaadhvaryu1992
 
PPT
deep dive data management sharepoint apps.ppt
novaprofk
 
PDF
Building Production-Ready AI Agents with LangGraph.pdf
Tamanna
 
PDF
apidays Helsinki & North 2025 - REST in Peace? Hunting the Dominant Design fo...
apidays
 
PDF
Early_Diabetes_Detection_using_Machine_L.pdf
maria879693
 
PPTX
apidays Helsinki & North 2025 - From Chaos to Clarity: Designing (AI-Ready) A...
apidays
 
apidays Helsinki & North 2025 - Agentic AI: A Friend or Foe?, Merja Kajava (A...
apidays
 
OPPOTUS - Malaysias on Malaysia 1Q2025.pdf
Oppotus
 
WEF_Future_of_Global_Fintech_Second_Edition_2025.pdf
AproximacionAlFuturo
 
Advanced_NLP_with_Transformers_PPT_final 50.pptx
Shiwani Gupta
 
apidays Singapore 2025 - Designing for Change, Julie Schiller (Google)
apidays
 
AI Presentation Tool Pitch Deck Presentation.pptx
ShyamPanthavoor1
 
Context Engineering for AI Agents, approaches, memories.pdf
Tamanna
 
List of all the AI prompt cheat codes.pdf
Avijit Kumar Roy
 
Numbers of a nation: how we estimate population statistics | Accessible slides
Office for National Statistics
 
Product Management in HealthTech (Case Studies from SnappDoctor)
Hamed Shams
 
apidays Helsinki & North 2025 - How (not) to run a Graphql Stewardship Group,...
apidays
 
b6057ea5-8e8c-4415-90c0-ed8e9666ffcd.pptx
Anees487379
 
recruitment Presentation.pptxhdhshhshshhehh
devraj40467
 
How to Connect Your On-Premises Site to AWS Using Site-to-Site VPN.pdf
Tamanna
 
ER_Model_Relationship_in_DBMS_Presentation.pptx
dharaadhvaryu1992
 
deep dive data management sharepoint apps.ppt
novaprofk
 
Building Production-Ready AI Agents with LangGraph.pdf
Tamanna
 
apidays Helsinki & North 2025 - REST in Peace? Hunting the Dominant Design fo...
apidays
 
Early_Diabetes_Detection_using_Machine_L.pdf
maria879693
 
apidays Helsinki & North 2025 - From Chaos to Clarity: Designing (AI-Ready) A...
apidays
 
Ad

Making Data Scientists Productive in Azure

  • 1. MAKING DATA SCIENTISTS PRODUCTIVE IN AZURE Valdas Maksimavičius
  • 2. Quiz Microsoft Machine Learning Server Machine Learning for .NET Azure Machine Learning Service Azure Machine Learning Studio Azure Databricks Data Science Virtual Machine SQL Server Machine Learning Services Azure Cognitive Services
  • 3. Inspiration for the talk One thing about Microsoft  -  they have multiple ways to solve the same problem
  • 6. So what do you mean by saying “Making Data Scientists Productive in Azure”?
  • 10. 6 Data Science stories
  • 11. Tom • Full stack software developer • .Net, Node.js, Vue, React Scan faces to decide what advert to serve
  • 12. Azure Cognitive Services What is it? Azure services with pre-built AI and ML models What can you do with it? Add intelligent features to your apps
  • 13. Azure Cognitive Services - Overview • Vision (e.g. face / scene / object recognition, video analysis) • Speech (e.g. speaker recognition, speech-to-text) • Language (e.g. translations, phrase extraction, QnA maker) • Decision (e.g. content moderation, anomaly detection) • Search (e.g. Bing search)
  • 17. Azure Cognitive Services - Summary Key benefits: • Minimal development effort • Easy integration via HTTP REST • Built-in support with other Azure services • Containers support
  • 18. Azure Cognitive Services - Summary Key benefits: • Minimal development effort • Easy integration via HTTP REST • Built-in support with other Azure services • Containers support Considerations: • Limited customization allowed • Limited support for Non-English languages
  • 19. ML.NET What is it? An open source and cross-platform ML framework What can you do with it? Create custom ML models using C# or F# without leaving the .NET ecosystem
  • 22. ML.NET - Summary Key benefits: • Powers products like Microsoft Defender, Outlook, Bing, PowerBI • Seamlessly integrates ML into .NET apps • AutoML functionality • Leverage TensorFlow or ONNX Considerations: • Limited support for other ML libraries
  • 23. Mark • Business Analyst • Basics of statistical analysis Create a sales lead list
  • 24. Azure Machine Learning Studio What is it? Drag-and-drop visual interface for ML What can you do with it? Build, experiment, and deploy models using pre-configured algorithms
  • 28. Deploy as web services • Batch execution • Request / Response
  • 30. Azure Machine Learning Studio - Summary Key benefits: • Interactive visual interface • Built-in Jupyter Notebooks for data exploration • Direct deployment of trained models as web services • Built-in support for other Azure services
  • 31. Azure Machine Learning Studio - Summary Key benefits: • Interactive visual interface • Built-in Jupyter Notebooks for data exploration • Direct deployment of trained models as web services • Built-in support for other Azure services Considerations: • Limited scalability (the maximum size of a training dataset is 10 GB) • Online only • Limited support for custom Python/R code
  • 32. Lucy • Machine Learning Engineer • Python, Scikit-learn, Keras, TensorFlow Estimate damage (repair cost) in auto insurance
  • 34. Azure Machine Learning Studio Service What is it? Managed cloud service for ML What can you do with it? Train, deploy and manage models in Azure using Python and CLI
  • 35. Azure Machine Learning Service - Overview • Python SDK • Data preparation • Compute targets • Experiment tracking • Deployment targets
  • 36. Azure Machine Learning Service - Compute Targets
  • 37. Azure Machine Learning Service - Compute Targets • Your local computer
  • 38. Azure Machine Learning Service - Compute Targets • Your local computer • Linux VM in Azure • Azure Batch AI Cluster • Azure Databricks • Azure Container Instance • Apache Spark for HDInsight
  • 39. Azure Machine Learning Service - Compute Targets
  • 41. Azure Machine Learning Service - Experiment Tracking
  • 42. Azure Machine Learning Service - Experiment Tracking
  • 43. Azure Machine Learning Service - Deployment Targets
  • 45. Azure Machine Learning Service - Summary Key benefits: • Central management of scripts and run history • Run model training scripts locally, and then scale out to the cloud • Deployment and management of models to the cloud or edge devices • Start development locally (offline)
  • 46. Azure Machine Learning Service - Summary Key benefits: • Central management of scripts and run history • Run model training scripts locally, and then scale out to the cloud • Deployment and management of models to the cloud or edge devices • Start development locally (offline) Considerations: • Python only • Requires some familiarity with the model management model
  • 47. Bradley • Data Scientist / Engineer • Apache Spark / SQL / Python / Scala • Wants to spend more time outdoors than exploring beta version tools Build an enterprise data lake and data science environment
  • 48. Azure Databricks What is it? Spark-based analytics platform What can you do with it? Build and deploy models and data workflows
  • 49. Azure Databricks - Overview Collaborative Workspace • Notebooks • User access • Git integration
  • 51. Azure Databricks - Overview Collaborative Workspace • Notebooks • User access • Git integration Databricks Runtime • Apache Spark • Rest APIs • Libraries
  • 53. Azure Databricks - Overview Collaborative Workspace • Notebooks • User access • Git integration Deploy Jobs & Workflows • Job scheduler • Notifications & logs • Multi-stage pipelines Databricks Runtime • Apache Spark • Rest APIs • Libraries
  • 54. Azure Databricks - Overview Collaborative Workspace • Notebooks • User access • Git integration Deploy Jobs & Workflows • Job scheduler • Notifications & logs • Multi-stage pipelines Databricks Runtime • Apache Spark • Rest APIs • Libraries Security • Single sign-on (SSO) • Access control list (ACL) • Secrets via Key Vault
  • 56. Azure Databricks - Summary Key benefits: • Probably the most mature development environment for ML on the Azure platform • Nicely integrated with other Azure services
  • 57. Azure Databricks - Summary Key benefits: • Probably the most mature development environment for ML on the Azure platform • Nicely integrated with other Azure services Considerations: • Online only
  • 58. Joshua • Data Scientist • Research and development “I need a sandbox to learn and evaluate new tools”
  • 59. Data Science Virtual Machine What is it? A virtual machine with pre-installed data science tools What can you do with it? Develop ML solutions in a pre-configured environment
  • 61. Azure Data Science Virtual Machine - Summary Key benefits: • Probably the most complete development environment for ML on the Azure platform • Reduced time to install, manage, and troubleshoot data science tools and frameworks • Virtual machine options include highly scalable GPU images • A dedicated geospatial with ArcGIS distribution Considerations: • Online only • You need to take care of VM management
  • 62. I asked for Cloud and they said NO
  • 63. Rick • Specializes in R • Not allowed to push data to Azure Create personalized treatment based on individual health data
  • 64. Microsoft Machine Learning Service Server What is it? Cross-platform standalone server for predictive analysis What can you do with it? Build and deploy models with R and Python
  • 65. Microsoft Machine Learning Server - Overview • A new name for Microsoft R Server • Install on Windows / Linux / Hadoop cluster • Deploy models as web services packaged as container images • Satisfy security and compliance needs of any enterprise
  • 67. Microsoft Machine Learning Server - Summary Key benefits: • Built on a legacy of Microsoft R Server and Revolution R Enterprise • Advanced security options • Deploy R and Python models as web services
  • 68. Microsoft Machine Learning Server - Summary Key benefits: • Built on a legacy of Microsoft R Server and Revolution R Enterprise • Advanced security options • Deploy R and Python models as web services Considerations: • You need to deploy and manage Machine Learning Server in your enterprise
  • 69. SQL Server Machine Learning Services What is it? A built-in SQL Server feature to support machine learning What can you do with it? Execute Python and R scripts with relational data
  • 71. SQL Server Machine Learning Services - Summary Key benefits: • Run your scripts where the data resides and eliminate transfer of the data across the network to another server • Encapsulate predictive logic in a database function
  • 72. SQL Server Machine Learning Services - Summary Key benefits: • Run your scripts where the data resides and eliminate transfer of the data across the network to another server • Encapsulate predictive logic in a database function Considerations: • Assumes a SQL Server database as the data tier for your application • Limited scalability • Long list of known issues
  • 73. Quiz Azure Cognitive Services Machine Learning for .NET Azure Machine Learning Studio Azure Machine Learning Service Azure Databricks Data Science Virtual Machine Microsoft Machine Learning Server SQL Server Machine Learning Services
  • 75. Azure Machine Learning Service - Deployment Targets
  • 76. Azure Machine Learning Service - Deployment Targets Native support: • Azure Container Instance • Azure Kubernetes Service • Azure IoT Edge Requires rework: • Linux VMs • Other cloud providers
  • 77. Azure Machine Learning Service - Deployment Targets Native support: • Azure Container Instance • Azure Kubernetes Service • Azure IoT Edge
  • 80. Azure Machine Learning Service - Overview • Python SDK • Data preparation • Compute targets • Experiment tracking • Deployment targets
  • 81. Welcome to Vilnius Microsoft Data Platform Meetup Looking for enthusiasts to share their stories
  • 82. Me in 2015 “With just a few clicks, you can have a Hadoop cluster up and running”
  • 84. Azure Cognitive Services - Similar services
  • 90. Welcome to Vilnius Data Platform Meetup • Making Data Scientists Productive in Azure by Valdas Maksimavičius • Building Churn Prediction Model Using Azure Databricks, Sklearn and MLflow by Tomas Lukas Komar • Snacks & Networking Agenda: