You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-setup-mlops-github-azureml.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Set up MLOps with GitHub
3
3
titleSuffix: Azure Machine Learning
4
-
description: Learn how to set up a sample MLOps environment in AzureML with GitHub Actions
4
+
description: Learn how to set up a sample MLOps environment in Azure Machine Learning with GitHub Actions
5
5
services: machine-learning
6
6
author: abeomor
7
7
ms.author: osomorog
@@ -10,7 +10,7 @@ ms.reviewer: larryfr
10
10
ms.subservice: mlops
11
11
ms.date: 11/29/2022
12
12
ms.topic: conceptual
13
-
ms.custom: cli-v2, sdk-v2
13
+
ms.custom: cli-v2, sdk-v2, github-actions-azure
14
14
---
15
15
16
16
# Set up MLOps with GitHub
@@ -19,13 +19,13 @@ ms.custom: cli-v2, sdk-v2
19
19
20
20
Azure Machine Learning allows you to integrate with [GitHub Actions](https://docs.github.com/actions) to automate the machine learning lifecycle. Some of the operations you can automate are:
21
21
22
-
* Deployment of AzureML infrastructure
22
+
* Deployment of Azure Machine Learning infrastructure
23
23
* Data preparation (extract, transform, load operations)
24
24
* Training machine learning models with on-demand scale-out and scale-up
25
25
* Deployment of machine learning models as public or private web services
26
26
* Monitoring deployed machine learning models (such as for performance analysis)
27
27
28
-
In this article, you learn about using Azure Machine Learning to set up an end-to-end MLOps pipeline that runs a linear regression to predict taxi fares in NYC. The pipeline is made up of components, each serving different functions, which can be registered with the workspace, versioned, and reused with various inputs and outputs. you're going to be using the [recommended Azure architecture for MLOps](/azure/architecture/data-guide/technology-choices/machine-learning-operations-v2) and [Azure MLOps (v2) solution accelerator](https://github.com/Azure/mlops-v2) to quickly setup an MLOps project in AzureML.
28
+
In this article, you learn about using Azure Machine Learning to set up an end-to-end MLOps pipeline that runs a linear regression to predict taxi fares in NYC. The pipeline is made up of components, each serving different functions, which can be registered with the workspace, versioned, and reused with various inputs and outputs. you're going to be using the [recommended Azure architecture for MLOps](/azure/architecture/data-guide/technology-choices/machine-learning-operations-v2) and [Azure MLOps (v2) solution accelerator](https://github.com/Azure/mlops-v2) to quickly setup an MLOps project in Azure Machine Learning.
29
29
30
30
> [!TIP]
31
31
> We recommend you understand some of the [recommended Azure architectures](/azure/architecture/data-guide/technology-choices/machine-learning-operations-v2) for MLOps before implementing any solution. You'll need to pick the best architecture for your given Machine learning project.
0 commit comments