Reader small image

You're reading from  Machine Learning Security with Azure

Product typeBook
Published inDec 2023
PublisherPackt
ISBN-139781805120483
Edition1st Edition
Tools
Right arrow
Author (1)
Georgia Kalyva
Georgia Kalyva
author image
Georgia Kalyva

Georgia Kalyva is a technical trainer at Microsoft. She was recognized as a Microsoft AI MVP, is a Microsoft Certified Trainer, and is an international speaker with more than 10 years of experience in Microsoft Cloud, AI, and developer technologies. Her career covers several areas, ranging from designing and implementing solutions to business and digital transformation. She holds a bachelor's degree in informatics from the University of Piraeus, a master's degree in business administration from the University of Derby, and multiple Microsoft certifications. Georgia's honors include several awards from international technology and business competitions, and her journey to excellence stems from a growth mindset and a passion for technology.
Read more about Georgia Kalyva

Right arrow

Implementing CI/CD

CI/CD is a software engineering practice that promotes frequent code integration and automated deployment. This approach is becoming increasingly popular in ML projects to ensure models are constantly improved, validated, and deployed in a streamlined manner. In Azure Machine Learning, there are multiple tools and services to help you implement CI/CD in your ML life cycle.

Here’s an example of CI/CD:

  1. By using VS Code with Azure Machine Learning extensions for development, we can develop our scripts.
  2. Those scripts can be version-controlled using Git repositories (such as GitHub or Azure Repos).
  3. If we have the expertise, we can set up automated testing to validate our models. This might include unit tests, integration tests, and other validation or data checks.
  4. We can configure Azure Pipelines to automatically trigger when changes are made to the repository. A CI/CD pipeline could include the following:
    • Training the model
    • Logging metrics...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Machine Learning Security with Azure
Published in: Dec 2023Publisher: PacktISBN-13: 9781805120483

Author (1)

author image
Georgia Kalyva

Georgia Kalyva is a technical trainer at Microsoft. She was recognized as a Microsoft AI MVP, is a Microsoft Certified Trainer, and is an international speaker with more than 10 years of experience in Microsoft Cloud, AI, and developer technologies. Her career covers several areas, ranging from designing and implementing solutions to business and digital transformation. She holds a bachelor's degree in informatics from the University of Piraeus, a master's degree in business administration from the University of Derby, and multiple Microsoft certifications. Georgia's honors include several awards from international technology and business competitions, and her journey to excellence stems from a growth mindset and a passion for technology.
Read more about Georgia Kalyva