SlideShare a Scribd company logo
MLOps – Past, Present
and Future
Nisha Talagala
CEO, Pyxeda AI
In this talk
• What is “MLOps”
• MLOps Areas and Evolution
• Two MLOps topics
• Cloud - End to end pipelines in the Cloud
• Drift – suddenly everywhere
• MLOps Future
Sophisticated AI
technologies, more
available every day
Each logo is a (separate) service offered by GCP, AWS or Azure for part of an AI workflow
Problem: Minimal
adoption
https://www.oreilly.com/library/view/the-new-artificial/9781492048978/
https://emerj.com/ai-sector-overviews/valuing-the-artificial-intelligence-market-graphs-and-predictions/
Despite the advanced services available, AI usage still minimal
Why?
• Flow is complex and multi-
faceted
• Tools are at different levels
and tackle subsets of
workflow
• Multiple roles collaborate
Data
Train
Model(s)
Develop
Model(s)
Test
Model(s)
Deploy
Model(s)
Connect
to
Business
app
App developers
Data Scientists
ML Engineers
Operations
Business
Need
Monitor
and
Optimize
Many levels of complexity
A typical flow
• Use case definition
• Data prep
• Modeling
• Training
• Deploy
• Integrate
• Monitor/Optimize
• Iterate
Data
Train
Model(s)
Develop
Model(s)
Test
Model(s)
Deploy
Model(s)
Connect
to
Business
app
App developers
Data Scientists
ML Engineers
Operations
Business
Need
Monitor
and
Optimize
MLOps – the term
• Production ML has been done
for many years in large web
companies and others
• First MLOps Platform for
enterprises – from ParallelM in
2018
• Inspired by Database practices
and DBAs, Software lifecycle
• Focus on full lifecycle tooling
combined with Best Practices
• https://www.kdnuggets.com/2
018/04/operational-machine-
learning-successful-mlops.html
MLOps (a compound of “machine learning” and
“operations”) is a practice for collaboration and
communication between data scientists and operations
professionals to help manage production ML (or deep
learning) lifecycle.[1] Similar to
the DevOps or DataOps approaches, MLOps looks to
increase automation and improve the quality of production
ML while also focusing on business and regulatory
requirements. While MLOps also started as a set of best
practices, it is slowly evolving into an independent
approach to ML lifecycle management. MLOps applies to
the entire lifecycle - from integrating with model
generation (software development lifecycle, continuous
integration/continuous delivery), orchestration, and
deployment, to health, diagnostics, governance, and
business metrics.
https://www.kdnuggets.com/2018/04/operational-machine-
learning-successful-mlops.html
MLOps Evolution
Taken from:
https://www.kdnuggets.com/2018/0
4/operational-machine-learning-
successful-mlops.html
• Deployment and Serving
• Many tools but also startups
• Reproducibility
• Many open source tools
• Containerization, Orchestration
• Established patterns
• Governance
• Emerging rules and tools
• Monitoring, Health Diagnostics
• Many startups
• Lifecycle - Emerging
2018 2020
In this talk
• Origin of “MLOps”
• MLOps Areas and Evolution
• Two MLOps topics
• End to end pipelines in the Cloud
• Drift – suddenly everywhere
• MLOps Future
MLOps in Today’s Context – AWS Example
Substantial tooling available for each stage from multiple cloud vendors
Labeling
Data Prep and Visualization
Modeling and Deployment
Marketplaces
Service APIs
Manipulate raw data
Build, tune or deploy your own
models
Buy a model or algorithm
Use a pre-built AI (example
voice to text, etc.)
Infrastructure: Compute, Authentication, Data source, Logs etc.
Where your AI runs and what
monitors it
S3
A Sample ML Lifecycle in AWS
Dataset
prep and
transform
AWS
Sagemaker
Sagemaker
endpoint +
Marketplace
inference code
External
endpoint (basic
Lambda)
Dataset Model
Artifact
Postman
Request Prediction
AWS
Marketplace
Modified
Dataset
API Gateway
Custom
Docker
Containers
In this talk
• Origin of “MLOps”
• MLOps Areas and Evolution
• Two MLOps topics
• End to end pipelines in the Cloud
• ML Health and Drift – suddenly everywhere
• MLOps Future
MLOps and COVID
What is Drift?
https://www.weforum.org/agenda/2020/
05/here-s-how-to-check-in-on-your-ai-
system-as-covid-19-plays-havoc/
May 22, 2020
Drift
•Types of Drift
• Concept Drift
• Data Drift
• Prediction inputs
• Training vs Prediction
Data Drift Example - Gradual change in
distribution
Training Data
Production Data: 1-500 Production Data: 500-1000 Production Data: 1000-1500
Bank churn data from Kaggle – Drift Test Generator by Pyxeda (contact info@pyxeda.ai)
How can this type of shift in distribution be
detected
Simple rules like
• monitoring the mean (for continuous vaiables)
• RMSE (for categorical variables)
Other techniques to measure distribution divergence in one dimension
• Kolmogorov-Smirnov test (continuous)
• Bhattacharyya distance (categorical)
• Earth movers distance (categorical)
How can this type of shift in distribution be
detected
Relational Drift
• Drift can happen in relationship between two variables
Techniques for detecting multi-dimensional drift
• Not much literature yet
In this talk
• Origin of “MLOps”
• MLOps Areas and Evolution
• Two MLOps topics
• End to end pipelines in the Cloud
• ML Health and Drift – suddenly everywhere
• MLOps Future
Model Governance – Current and Emerging
• The process of ensuring that Model creation meets an organization
or industry’s compliance and other requirements
• For heavily regulated industries, this is a legal issue
• For example – Finance has model governance rules that MUST be followed
before models are deployed
• For other industries, it is a risk mitigation issue
• For example - If someone complains of bias – what model was used and how
did it come about?
• New laws – EU GDPR, CA CCPA, etc. apply across industries
Governance is a combination of Compliance, Reproducibility, Security
and Integrity
Model Security – On the Horizon
• Models can be hacked
• The more advanced the AI, the more likely it can be hacked
• For example – if the AI is self adapting (such as online algorithms), they can
“drift” and a well placed attack can control the direction of drift
• Other attacks can “probe” the model, understand its behavior and
then exploit it
• Corrupting data is another way to corrupt the (consequent) model
Model Security is an emerging topic. Overview of security and
relationship to integrity - see
https://www.forbes.com/sites/cognitiveworld/2019/01/29/ml-integrity-
four-production-pillars-for-trustworthy-ai/#279ee9ec5e6f
Summary
MLOps is here to stay. One startup in 2018 to 10s or more now.
Started with Deployment, now encompasses the whole lifecycle
Can also be seen in MLOps Engineer, Full Stack Data Scientist and
Applied ML Engineer roles and teams
Expect future to include Validation, Security, Adaptability and Scale

More Related Content

PDF
What is MLOps
Henrik Skogström
 
PDF
MLOps by Sasha Rosenbaum
Sasha Rosenbaum
 
PPTX
Introduction to Azure Databricks
James Serra
 
PDF
MLOps Bridging the gap between Data Scientists and Ops.
Knoldus Inc.
 
PDF
Databricks Overview for MLOps
Databricks
 
PDF
Using MLOps to Bring ML to Production/The Promise of MLOps
Weaveworks
 
PPT
Google Cloud Platform (GCP).ppt
Prasad Deshmukh
 
PDF
Ml ops intro session
Avinash Patil
 
What is MLOps
Henrik Skogström
 
MLOps by Sasha Rosenbaum
Sasha Rosenbaum
 
Introduction to Azure Databricks
James Serra
 
MLOps Bridging the gap between Data Scientists and Ops.
Knoldus Inc.
 
Databricks Overview for MLOps
Databricks
 
Using MLOps to Bring ML to Production/The Promise of MLOps
Weaveworks
 
Google Cloud Platform (GCP).ppt
Prasad Deshmukh
 
Ml ops intro session
Avinash Patil
 

What's hot (20)

PPTX
From Data Science to MLOps
Carl W. Handlin
 
PPTX
MLOps - The Assembly Line of ML
Jordan Birdsell
 
PPTX
MLOps in action
Pieter de Bruin
 
PPTX
MLOps and Data Quality: Deploying Reliable ML Models in Production
Provectus
 
PDF
MLOps for production-level machine learning
cnvrg.io AI OS - Hands-on ML Workshops
 
PDF
MLOps Using MLflow
Databricks
 
PDF
“Houston, we have a model...” Introduction to MLOps
Rui Quintino
 
PDF
Machine Learning Operations & Azure
Erlangen Artificial Intelligence & Machine Learning Meetup
 
PDF
MLOps with Kubeflow
Saurabh Kaushik
 
PDF
Apply MLOps at Scale
Databricks
 
PDF
Seamless MLOps with Seldon and MLflow
Databricks
 
PPTX
MLOps.pptx
AllenPeter7
 
PDF
ML-Ops how to bring your data science to production
Herman Wu
 
PDF
Vertex AI: Pipelines for your MLOps workflows
Márton Kodok
 
PDF
MLOps Virtual Event: Automating ML at Scale
Databricks
 
PDF
MLops workshop AWS
Gili Nachum
 
PDF
CI/DC in MLOps by J.B. Hunt
Databricks
 
PDF
MLOps journey at Swisscom: AI Use Cases, Architecture and Future Vision
BATbern
 
PDF
Apply MLOps at Scale by H&M
Databricks
 
PPTX
Pythonsevilla2019 - Introduction to MLFlow
Fernando Ortega Gallego
 
From Data Science to MLOps
Carl W. Handlin
 
MLOps - The Assembly Line of ML
Jordan Birdsell
 
MLOps in action
Pieter de Bruin
 
MLOps and Data Quality: Deploying Reliable ML Models in Production
Provectus
 
MLOps for production-level machine learning
cnvrg.io AI OS - Hands-on ML Workshops
 
MLOps Using MLflow
Databricks
 
“Houston, we have a model...” Introduction to MLOps
Rui Quintino
 
MLOps with Kubeflow
Saurabh Kaushik
 
Apply MLOps at Scale
Databricks
 
Seamless MLOps with Seldon and MLflow
Databricks
 
MLOps.pptx
AllenPeter7
 
ML-Ops how to bring your data science to production
Herman Wu
 
Vertex AI: Pipelines for your MLOps workflows
Márton Kodok
 
MLOps Virtual Event: Automating ML at Scale
Databricks
 
MLops workshop AWS
Gili Nachum
 
CI/DC in MLOps by J.B. Hunt
Databricks
 
MLOps journey at Swisscom: AI Use Cases, Architecture and Future Vision
BATbern
 
Apply MLOps at Scale by H&M
Databricks
 
Pythonsevilla2019 - Introduction to MLFlow
Fernando Ortega Gallego
 
Ad

Similar to Ml ops past_present_future (20)

PDF
Msst 2019 v4
Nisha Talagala
 
PDF
Building a MLOps Platform Around MLflow to Enable Model Productionalization i...
Databricks
 
PDF
Building a Scalable and reliable open source ML Platform with MLFlow
GoDataDriven
 
PDF
AutoML - Heralding a New Era of Machine Learning - CASOUG Oct 2021
Sandesh Rao
 
PDF
Machine Learning Operations Cababilities
davidsh11
 
PDF
Global ai conf_final
Nisha Talagala
 
PDF
Consolidating MLOps at One of Europe’s Biggest Airports
Databricks
 
PPTX
Open, Secure & Transparent AI Pipelines
Nick Pentreath
 
PDF
Storage Challenges for Production Machine Learning
Nisha Talagala
 
PPTX
Mohamed Sabri: Operationalize machine learning with Kubeflow
Lviv Startup Club
 
PPTX
Mohamed Sabri: Operationalize machine learning with Kubeflow
Edunomica
 
PDF
MLOps – Applying DevOps to Competitive Advantage
DATAVERSITY
 
PDF
Apache ® Spark™ MLlib 2.x: How to Productionize your Machine Learning Models
Anyscale
 
PPTX
Apache Spark Model Deployment
Databricks
 
PPTX
Architectural Considerations for Startups
Niall Roche
 
PPTX
20160000 Cloud Discovery Event - Cloud Access Security Brokers
Robin Vermeirsch
 
PDF
Alex mang patterns for scalability in microsoft azure application
Codecamp Romania
 
PDF
Splice Machine's use of Apache Spark and MLflow
Databricks
 
PDF
Operationalizing Machine Learning at Scale at Starbucks
Databricks
 
PDF
Ideas spracklen-final
supportlogic
 
Msst 2019 v4
Nisha Talagala
 
Building a MLOps Platform Around MLflow to Enable Model Productionalization i...
Databricks
 
Building a Scalable and reliable open source ML Platform with MLFlow
GoDataDriven
 
AutoML - Heralding a New Era of Machine Learning - CASOUG Oct 2021
Sandesh Rao
 
Machine Learning Operations Cababilities
davidsh11
 
Global ai conf_final
Nisha Talagala
 
Consolidating MLOps at One of Europe’s Biggest Airports
Databricks
 
Open, Secure & Transparent AI Pipelines
Nick Pentreath
 
Storage Challenges for Production Machine Learning
Nisha Talagala
 
Mohamed Sabri: Operationalize machine learning with Kubeflow
Lviv Startup Club
 
Mohamed Sabri: Operationalize machine learning with Kubeflow
Edunomica
 
MLOps – Applying DevOps to Competitive Advantage
DATAVERSITY
 
Apache ® Spark™ MLlib 2.x: How to Productionize your Machine Learning Models
Anyscale
 
Apache Spark Model Deployment
Databricks
 
Architectural Considerations for Startups
Niall Roche
 
20160000 Cloud Discovery Event - Cloud Access Security Brokers
Robin Vermeirsch
 
Alex mang patterns for scalability in microsoft azure application
Codecamp Romania
 
Splice Machine's use of Apache Spark and MLflow
Databricks
 
Operationalizing Machine Learning at Scale at Starbucks
Databricks
 
Ideas spracklen-final
supportlogic
 
Ad

More from Nisha Talagala (6)

PPTX
Rest microservice ml_deployment_ntalagala_ai_conf_2019
Nisha Talagala
 
PDF
Pm.ais ummit 180917 final
Nisha Talagala
 
PDF
Fms invited talk_2018 v5
Nisha Talagala
 
PDF
Strata parallel m-ml-ops_sept_2017
Nisha Talagala
 
PDF
Parallel machines flinkforward2017
Nisha Talagala
 
PDF
Nisha talagala keynote_inflow_2016
Nisha Talagala
 
Rest microservice ml_deployment_ntalagala_ai_conf_2019
Nisha Talagala
 
Pm.ais ummit 180917 final
Nisha Talagala
 
Fms invited talk_2018 v5
Nisha Talagala
 
Strata parallel m-ml-ops_sept_2017
Nisha Talagala
 
Parallel machines flinkforward2017
Nisha Talagala
 
Nisha talagala keynote_inflow_2016
Nisha Talagala
 

Recently uploaded (20)

PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
PDF
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
PPTX
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
PDF
Software Development Methodologies in 2025
KodekX
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
PPTX
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PPTX
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
PDF
The Future of Artificial Intelligence (AI)
Mukul
 
PPTX
Simple and concise overview about Quantum computing..pptx
mughal641
 
PDF
Doc9.....................................
SofiaCollazos
 
PDF
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
Software Development Methodologies in 2025
KodekX
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
The Future of Artificial Intelligence (AI)
Mukul
 
Simple and concise overview about Quantum computing..pptx
mughal641
 
Doc9.....................................
SofiaCollazos
 
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
 

Ml ops past_present_future

  • 1. MLOps – Past, Present and Future Nisha Talagala CEO, Pyxeda AI
  • 2. In this talk • What is “MLOps” • MLOps Areas and Evolution • Two MLOps topics • Cloud - End to end pipelines in the Cloud • Drift – suddenly everywhere • MLOps Future
  • 3. Sophisticated AI technologies, more available every day Each logo is a (separate) service offered by GCP, AWS or Azure for part of an AI workflow
  • 5. Why? • Flow is complex and multi- faceted • Tools are at different levels and tackle subsets of workflow • Multiple roles collaborate Data Train Model(s) Develop Model(s) Test Model(s) Deploy Model(s) Connect to Business app App developers Data Scientists ML Engineers Operations Business Need Monitor and Optimize Many levels of complexity
  • 6. A typical flow • Use case definition • Data prep • Modeling • Training • Deploy • Integrate • Monitor/Optimize • Iterate Data Train Model(s) Develop Model(s) Test Model(s) Deploy Model(s) Connect to Business app App developers Data Scientists ML Engineers Operations Business Need Monitor and Optimize
  • 7. MLOps – the term • Production ML has been done for many years in large web companies and others • First MLOps Platform for enterprises – from ParallelM in 2018 • Inspired by Database practices and DBAs, Software lifecycle • Focus on full lifecycle tooling combined with Best Practices • https://www.kdnuggets.com/2 018/04/operational-machine- learning-successful-mlops.html MLOps (a compound of “machine learning” and “operations”) is a practice for collaboration and communication between data scientists and operations professionals to help manage production ML (or deep learning) lifecycle.[1] Similar to the DevOps or DataOps approaches, MLOps looks to increase automation and improve the quality of production ML while also focusing on business and regulatory requirements. While MLOps also started as a set of best practices, it is slowly evolving into an independent approach to ML lifecycle management. MLOps applies to the entire lifecycle - from integrating with model generation (software development lifecycle, continuous integration/continuous delivery), orchestration, and deployment, to health, diagnostics, governance, and business metrics. https://www.kdnuggets.com/2018/04/operational-machine- learning-successful-mlops.html
  • 8. MLOps Evolution Taken from: https://www.kdnuggets.com/2018/0 4/operational-machine-learning- successful-mlops.html • Deployment and Serving • Many tools but also startups • Reproducibility • Many open source tools • Containerization, Orchestration • Established patterns • Governance • Emerging rules and tools • Monitoring, Health Diagnostics • Many startups • Lifecycle - Emerging 2018 2020
  • 9. In this talk • Origin of “MLOps” • MLOps Areas and Evolution • Two MLOps topics • End to end pipelines in the Cloud • Drift – suddenly everywhere • MLOps Future
  • 10. MLOps in Today’s Context – AWS Example Substantial tooling available for each stage from multiple cloud vendors Labeling Data Prep and Visualization Modeling and Deployment Marketplaces Service APIs Manipulate raw data Build, tune or deploy your own models Buy a model or algorithm Use a pre-built AI (example voice to text, etc.) Infrastructure: Compute, Authentication, Data source, Logs etc. Where your AI runs and what monitors it
  • 11. S3 A Sample ML Lifecycle in AWS Dataset prep and transform AWS Sagemaker Sagemaker endpoint + Marketplace inference code External endpoint (basic Lambda) Dataset Model Artifact Postman Request Prediction AWS Marketplace Modified Dataset API Gateway Custom Docker Containers
  • 12. In this talk • Origin of “MLOps” • MLOps Areas and Evolution • Two MLOps topics • End to end pipelines in the Cloud • ML Health and Drift – suddenly everywhere • MLOps Future
  • 13. MLOps and COVID What is Drift? https://www.weforum.org/agenda/2020/ 05/here-s-how-to-check-in-on-your-ai- system-as-covid-19-plays-havoc/ May 22, 2020
  • 14. Drift •Types of Drift • Concept Drift • Data Drift • Prediction inputs • Training vs Prediction
  • 15. Data Drift Example - Gradual change in distribution Training Data Production Data: 1-500 Production Data: 500-1000 Production Data: 1000-1500 Bank churn data from Kaggle – Drift Test Generator by Pyxeda (contact [email protected])
  • 16. How can this type of shift in distribution be detected Simple rules like • monitoring the mean (for continuous vaiables) • RMSE (for categorical variables) Other techniques to measure distribution divergence in one dimension • Kolmogorov-Smirnov test (continuous) • Bhattacharyya distance (categorical) • Earth movers distance (categorical)
  • 17. How can this type of shift in distribution be detected Relational Drift • Drift can happen in relationship between two variables Techniques for detecting multi-dimensional drift • Not much literature yet
  • 18. In this talk • Origin of “MLOps” • MLOps Areas and Evolution • Two MLOps topics • End to end pipelines in the Cloud • ML Health and Drift – suddenly everywhere • MLOps Future
  • 19. Model Governance – Current and Emerging • The process of ensuring that Model creation meets an organization or industry’s compliance and other requirements • For heavily regulated industries, this is a legal issue • For example – Finance has model governance rules that MUST be followed before models are deployed • For other industries, it is a risk mitigation issue • For example - If someone complains of bias – what model was used and how did it come about? • New laws – EU GDPR, CA CCPA, etc. apply across industries Governance is a combination of Compliance, Reproducibility, Security and Integrity
  • 20. Model Security – On the Horizon • Models can be hacked • The more advanced the AI, the more likely it can be hacked • For example – if the AI is self adapting (such as online algorithms), they can “drift” and a well placed attack can control the direction of drift • Other attacks can “probe” the model, understand its behavior and then exploit it • Corrupting data is another way to corrupt the (consequent) model Model Security is an emerging topic. Overview of security and relationship to integrity - see https://www.forbes.com/sites/cognitiveworld/2019/01/29/ml-integrity- four-production-pillars-for-trustworthy-ai/#279ee9ec5e6f
  • 21. Summary MLOps is here to stay. One startup in 2018 to 10s or more now. Started with Deployment, now encompasses the whole lifecycle Can also be seen in MLOps Engineer, Full Stack Data Scientist and Applied ML Engineer roles and teams Expect future to include Validation, Security, Adaptability and Scale