Sponsored Content by Microsoft Azure

Why firms are welcoming MLOps into the fold of software development

MLOps, or DevOps for machine learning, is bringing the best practices of software development to data science.

You know the saying, “Give a man a fish, and you’ll feed him for a day… Integrate machine learning into your software development division and you’ll create a reactive development processes that will unite teams across your business and help achieve KPIs across all your automation projects!” You know that one, right?

MLOps, or DevOps for machine learning, is increasingly becoming a necessary skill set and focus for enterprises looking to leverage the benefits of machine learning in the real world. It is a practice for collaboration and communication between data scientists and engineers to improve automation to streamline repeatable machine learning end to end, including deploying to production environments.

Microsoft Azure Machine Learning, for example, provides enterprise-grade capabilities to accelerate the machine learning lifecycle. It empowers developers and data scientists of all skill levels to build, train, deploy, and manage models responsibly and at scale.

Learn more about MLOps in Azure Machine Learning.

The Problems

Unrealized Potential

The machine learning model lifecycle includes various stages such as model training, deployment, management and monitoring.

Many firms are racing to include machine learning in their applications to solve incredibly difficult business problems; however, for many, putting machine learning into production has proven even more difficult than simply finding good data scientists, data, and figuring out how to train the models. You can hire the most talented engineers in the world, with the most mature track record of machine learning development, and yet, all too often their sophisticated software solutions get held up in deployment—rendering them unproductive.

Frustrating Lag

Additionally, for many machine learning engineers, the process of deploying an already trained model can cause anxiety. Communication between operations teams and engineering teams requires incremental sign-offs and human facilitation which can take weeks or months. A relatively straightforward upgrade can feel like an insurmountable task, especially if the model has been improved by switching from one machine learning framework to another.

Fatigue

For managers, there’s nothing good to come of frustrated or underutilized engineers whose projects don’t make it to the finish line. Fatigue sets in, creativity stifles, and the motivation to come up with outstanding experiences for customers starts to dwindle.

Weak Communication

Data engineers, data scientists and software engineers seem to sit worlds apart from operations teams — and even if code manages to sneak out of development stages, there is rarely sufficient, streamlined support to bring your work to full production.

Lack of Foresight

Many data scientists who work on machine learning don’t have a concrete way of knowing that the models they train will work perfectly in production. Even if they write test cases and continually audit their work like QA or Unit Testers do in traditional software development, the types of data that may be encountered in production could be vastly different than the data that was used to train these models. Therefore, getting access to production telemetry to see how well the model performed against real world data and then use that data to improve the model and rapidly redeploy is extremely important. However, the lack of a streamlined CI/CD (continuous integration/ continuous delivery) process to get the new model into production is a major hindrance to realizing the value of machine learning.

Misused Talent

Data scientists are not IT engineers; they primarily focus on developing complex algorithms, neural network architectures and transformation of data, not the process of deploying microservices, network security, or other critical aspects of real-world implementations. MLOps lays the groundwork for multiple disciplines to with varied expertise to come together to infuse machine learning into real applications and services.

For the most part, these machine learning models are not intuitive for humans — their data-dependent functionality is built to grow beyond the day-to-day analysis traditionally used to monitor rule-based or database pattern matching. They require operations systems as sophisticated as the models themselves.

The Benefits of MLOps

Such is why more and more firms are investing resources into MLOps — to increase  productivity and create trusted, enterprise-grade models. From innovative new businesses to large-scale public transportation divisions, teams are leveraging MLOps to make impactful change in their fields.

Open Communication

MLOps helps bring machine learning workflows to production by reducing friction between data science teams and operations teams. It opens up bottlenecks, especially those that form when complicated or niche machine learning models are siloed in development. MLOps systems establish dynamic, adaptable pipelines that enhance traditional DevOps systems in order to accommodate for ever-changing, KPI-driven models.

Repeatable Workflows

MLOps support and optimize upon models in order to allow automatic, streamlined changes. A model can journey its way toward processes that accommodate for data drift without six months of lag and email chains. MLOps consistently measure and order the behaviors of the model while it’s running. There’s a tandem sense of operation and iteration.

Governance / Regulatory Compliance

Perhaps even more incentivizing to firms is the ability for MLOps to aid in regulatory capacities. Machine learning guidelines are becoming increasingly stringent; take the GDPR in the EU or the Algorithmic Accountability Bill in New York City. MLOps systems are able to reproduce models in compliance and accordance with original standards. As consequent pipelines and models evolve, your systems continue to play by the rules.

Focused Feedback

Azure Machine Learning provides sophisticated monitoring capabilities like the data drift visualizations that help detect metrics around data differences over the model lifecycle, that help ensure high model accuracy over time.

You can also think of MLOps as a strong management defense against a slew of indecipherable analytics. During production, systems often face “alert storms” which can slow down training or even lead to failure. MLOps detect anomalies in machine learning development — helping engineers to more quickly understand what needs improving, and how severe the need really is.

Reduction in Bias

Additionally, MLOps can guard against certain biases in development — biases that can lead to under representing audiences, or exposing the company to legal scrutiny. Effective MLOps systems ensure that certain features within a data report do not outweigh others. MLOps support models as they adapt to their own evolution and drifts in data, creating dynamic systems that do not get pigeonholed in their reporting.

Generally speaking, MLOps is boosting the credibility,  and reliability, and productivity of machine learning development. In essence, it’s helping machine learning to graduate into a respected, first-class asset of software development.

MLOps in Practice — Improving TransLink’s System in Vancouver

In the grand scheme of things, machine learning applications (and MLOps) are well-understood by a few — but their application often have broad impact. One such instance is a recent improvement at TransLink , who is the transit agency for Vancouver, Canada.

The problem was simple and common to many cities: everyone wanted to know exactly when the bus would show up. Vancouver’s bus system, which operates over 200 routes, including the busiest route in North America, and services over 2.5M residents, was no exception. As is true with any public transit agencies, the issue isn’t just setting schedules; it’s creating adaptive models that can react to delays and changing traffic patterns, anticipate predicted boarding times, and provide customers the most accurate possible time estimate.

To address growing customer demand for more accurate bus departures, TransLink partnered with Microsoft and T4G to build AI models that would better predict schedules. The teams created 16,000 completely independent learning models that running harmoniously in production with Azure. Together, the 16,000 models can automatically predict accurate departure and arrival times for all buses on the road.

But how did they do it? TransLink was used to working with traditional software development technologies from Microsoft. As they developed their new AI solution, they folded traditional DevOps practices with new MLOps options available through Azure Machine Learning. By transitioning their operations to a system that caters to machine learning, the team was able to deploy and monitor highly sophisticated models.

“Our data scientists could review the automated model training results before deployment and build in a data drift system to automatically look for deviations that might negatively impact our solution,” says Sze-Wan Ng, Director Analytics & Development at Translink.

MLOps also allowed the TransLink team to do the following:

  • Set up automated build and release pipelines so that the model training and deployment processes could be automated.
  • Have an approval process where data scientists can review automated model training results before deployment.
  • Build a data drift system to automatically look for deviations in distribution of current data sources compared to them during model training time.
  • Integrate data drift system to the build and release pipelines so upon detection of data distribution deviations, the model training and deployment pipelines can be triggered automatically

TransLink noted that the changes “improvement between predicted and actual bus departure times of 74%,” — a new horizon that the entire Vancouver community can celebrate.

Applying MLOps 

In both the public sector and the private sector, MLOps is boosting the credibility, reliability, and productivity of machine learning development. In essence, it’s helping machine learning to graduate into a respected, first-class asset of software development.

Eric Boyd, CVP Azure AI Platform, explains that MLOps will help to accelerate the next step in creating useful machine learning. “We have heard from customers everywhere that they want to adopt ML but struggle to actually get models into production,” Boyd explains. With the new MLOps capabilities in Azure Machine Learning, bringing ML to add value to your business has become better, faster, and more reliable than ever before.”

So how do you integrate MLOps into your production path? What are the end-to-end steps in MLOps? For the most part you can think about them in a handful of stages: Collaborate, Build, Test, Release, and Monitor. The workflow joins together app developers and data scientists into the same, automated system — one that continually audits and manages model interpretability over time.

Many firms are actively utilizing the powers of MLOps software already to optimize the performance and lifespan of their models. On top of that, the companies are able to share their knowledge and successes in an open-source environment, allowing broader knowledge about machine learning operation to spread and be adopted more quickly.

In addition to public transportation, various fields in healthcare, engineering, safety, and manufacturing have engaged MLOps to improve their machine learning development practices. From models that automatically recognize certain types of medication to models that anticipate the effects of earthquakes, autonomous (and deployed!) systems are yielding real-world impact with the assistance of MLOps.

In many ways, the risks are exponential in allowing the gap between data scientists and operations teams to grow further. Software that engages machine learning is growing at an incubated, rapid pace — the farther down the road it gets without grounded operational procedures, the less and less likely it will be considered for enterprise-grade application. There’s precedent for this type of growth: “database administrators,” for example, came about at the rise of early databases. The entirety of the world of DevOps is a reaction to systematic organization needed around quickly developing software.

Like successful DevOps initiatives before them, the MLOps programs of today help to unify disparate teams taking on challenging, innovative projects. Organizations of all types are finding the control provided by a successful MLOps strategy can lead to more efficient, productive, accurate, and trusted models in the long run. It’s all about doing a little housework before you dive into your homework. You can’t get work done in a siloed mess, even if you’re training a machine to do it. The time has come to embrace the potential of effective machine learning.

Get started with MLOps in Azure Machine Learning for free.

 

More TechCrunch

Live Nation says its Ticketmaster subsidiary was hacked. A hacker claims to be selling 560 million customer records.

Live Nation confirms Ticketmaster was hacked, says personal information stolen in data breach

An autonomous pod. A solid-state battery-powered sports car. An electric pickup truck. A convertible grand tourer EV with up to 600 miles of range. A “fully connected mobility device” for…

Inside EV startup Fisker’s collapse: how the company crumbled under its founders’ whims

Late Friday afternoon, a time window companies usually reserve for unflattering disclosures, AI startup Hugging Face said that its security team earlier this week detected “unauthorized access” to Spaces, Hugging…

Hugging Face says it detected ‘unauthorized access’ to its AI model hosting platform

Using stalkerware is creepy, unethical, potentially illegal, and puts your data and that of your loved ones in danger.

Hacked, leaked, exposed: Why you should never use stalkerware apps

The design brief was simple: each grind and dry cycle had to be completed before breakfast. Here’s how Mill made it happen.

Mill’s redesigned food waste bin really is faster and quieter than before

Google is embarrassed about its AI Overviews, too. After a deluge of dunks and memes over the past week, which cracked on the poor quality and outright misinformation that arose…

Google admits its AI Overviews need work, but we’re all helping it beta test

Welcome to Startups Weekly — Haje‘s weekly recap of everything you can’t miss from the world of startups. Sign up here to get it in your inbox every Friday. In…

Startups Weekly: Musk raises $6B for AI and the fintech dominoes are falling

The product, which ZeroMark calls a “fire control system,” has two components: a small computer that has sensors, like lidar and electro-optical, and a motorized buttstock.

a16z-backed ZeroMark wants to give soldiers guns that don’t miss against drones

The RAW Dating App aims to shake up the dating scheme by shedding the fake, TikTok-ified, heavily filtered photos and replacing them with a more genuine, unvarnished experience. The app…

Pitch Deck Teardown: RAW Dating App’s $3M angel deck

Yes, we’re calling it “ThreadsDeck” now. At least that’s the tag many are using to describe the new user interface for Instagram’s X competitor, Threads, which resembles the column-based format…

‘ThreadsDeck’ arrived just in time for the Trump verdict

Japanese crypto exchange DMM Bitcoin confirmed on Friday that it had been the victim of a hack resulting in the theft of 4,502.9 bitcoin, or about $305 million.  According to…

Hackers steal $305M from DMM Bitcoin crypto exchange

This is not a drill! Today marks the final day to secure your early-bird tickets for TechCrunch Disrupt 2024 at a significantly reduced rate. At midnight tonight, May 31, ticket…

Disrupt 2024 early-bird prices end at midnight

Instagram is testing a way for creators to experiment with reels without committing to having them displayed on their profiles, giving the social network a possible edge over TikTok and…

Instagram tests ‘trial reels’ that don’t display to a creator’s followers

U.S. federal regulators have requested more information from Zoox, Amazon’s self-driving unit, as part of an investigation into rear-end crash risks posed by unexpected braking. The National Highway Traffic Safety…

Feds tell Zoox to send more info about autonomous vehicles suddenly braking

You thought the hottest rap battle of the summer was between Kendrick Lamar and Drake. You were wrong. It’s between Canva and an enterprise CIO. At its Canva Create event…

Canva’s rap battle is part of a long legacy of Silicon Valley cringe

Voice cloning startup ElevenLabs introduced a new tool for users to generate sound effects through prompts today after announcing the project back in February.

ElevenLabs debuts AI-powered tool to generate sound effects

We caught up with Antler founder and CEO Magnus Grimeland about the startup scene in Asia, the current tech startup trends in the region and investment approaches during the rise…

VC firm Antler’s CEO says Asia presents ‘biggest opportunity’ in the world for growth

Temu is to face Europe’s strictest rules after being designated as a “very large online platform” under the Digital Services Act (DSA).

Chinese e-commerce marketplace Temu faces stricter EU rules as a ‘very large online platform’

Meta has been banned from launching features on Facebook and Instagram that would have collected data on voters in Spain using the social networks ahead of next month’s European Elections.…

Spain bans Meta from launching election features on Facebook, Instagram over privacy fears

Stripe, the world’s most valuable fintech startup, said on Friday that it will temporarily move to an invite-only model for new account sign-ups in India, calling the move “a tough…

Stripe curbs its India ambitions over regulatory situation

The 2024 election is likely to be the first in which faked audio and video of candidates is a serious factor. As campaigns warm up, voters should be aware: voice…

Voice cloning of political figures is still easy as pie

When Alex Ewing was a kid growing up in Purcell, Oklahoma, he knew how close he was to home based on which billboards he could see out the car window.…

OneScreen.ai brings startup ads to billboards and NYC’s subway

SpaceX’s massive Starship rocket could take to the skies for the fourth time on June 5, with the primary objective of evaluating the second stage’s reusable heat shield as the…

SpaceX sent Starship to orbit — the next launch will try to bring it back

Eric Lefkofsky knows the public listing rodeo well and is about to enter it for a fourth time. The serial entrepreneur, whose net worth is estimated at nearly $4 billion,…

Billionaire Groupon founder Eric Lefkofsky is back with another IPO: AI health tech Tempus

TechCrunch Disrupt showcases cutting-edge technology and innovation, and this year’s edition will not disappoint. Among thousands of insightful breakout session submissions for this year’s Audience Choice program, five breakout sessions…

You’ve spoken! Meet the Disrupt 2024 breakout session audience choice winners

Check Point is the latest security vendor to fix a vulnerability in its technology, which it sells to companies to protect their networks.

Zero-day flaw in Check Point VPNs is ‘extremely easy’ to exploit

Though Spotify never shared official numbers, it’s likely that Car Thing underperformed or was just not worth continued investment in today’s tighter economic market.

Spotify offers Car Thing refunds as it faces lawsuit over bricking the streaming device

The studies, by researchers at MIT, Ben-Gurion University, Cambridge and Northeastern, were independently conducted but complement each other well.

Misinformation works, and a handful of social ‘supersharers’ sent 80% of it in 2020

Welcome back to TechCrunch Mobility — your central hub for news and insights on the future of transportation. Sign up here for free — just click TechCrunch Mobility! Okay, okay…

Tesla shareholder sweepstakes and EV layoffs hit Lucid and Fisker

In a series of posts on X on Thursday, Paul Graham, the co-founder of startup accelerator Y Combinator, brushed off claims that OpenAI CEO Sam Altman was pressured to resign…

Paul Graham claims Sam Altman wasn’t fired from Y Combinator