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: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
> a community-driven repository of examples using mlflow for tracking can be found at https://github.com/Azure/azureml-examples
4
4
5
-
This repository contains example notebooks demonstrating the [Azure Machine Learning](https://azure.microsoft.com/en-us/services/machine-learning-service/) Python SDK which allows you to build, train, deploy and manage machine learning solutions using Azure. The AML SDK allows you the choice of using local or cloud compute resources, while managing and maintaining the complete data science workflow from the cloud.
5
+
This repository contains example notebooks demonstrating the [Azure Machine Learning](https://azure.microsoft.com/services/machine-learning-service/) Python SDK which allows you to build, train, deploy and manage machine learning solutions using Azure. The AML SDK allows you the choice of using local or cloud compute resources, while managing and maintaining the complete data science workflow from the cloud.
6
6
7
7

8
8
@@ -20,10 +20,10 @@ This [index](./index.md) should assist in navigating the Azure Machine Learning
20
20
If you want to...
21
21
22
22
* ...try out and explore Azure ML, start with image classification tutorials: [Part 1 (Training)](./tutorials/image-classification-mnist-data/img-classification-part1-training.ipynb) and [Part 2 (Deployment)](./tutorials/image-classification-mnist-data/img-classification-part2-deploy.ipynb).
23
-
* ...learn about experimentation and tracking run history, first [train within Notebook](./how-to-use-azureml/training/train-within-notebook/train-within-notebook.ipynb), then try [training on remote VM](./how-to-use-azureml/training/train-on-remote-vm/train-on-remote-vm.ipynb)and[using logging APIs](./how-to-use-azureml/training/logging-api/logging-api.ipynb).
24
-
* ...train deep learning models at scale, first learn about [Machine Learning Compute](./how-to-use-azureml/training/train-on-amlcompute/train-on-amlcompute.ipynb), and then try [distributed hyperparameter tuning](./how-to-use-azureml/training-with-deep-learning/train-hyperparameter-tune-deploy-with-pytorch/train-hyperparameter-tune-deploy-with-pytorch.ipynb) and [distributed training](./how-to-use-azureml/training-with-deep-learning/distributed-pytorch-with-horovod/distributed-pytorch-with-horovod.ipynb).
25
-
* ...deploy models as a realtime scoring service, first learn the basics by [training within Notebook and deploying to Azure Container Instance](./how-to-use-azureml/training/train-within-notebook/train-within-notebook.ipynb), then learn how to [production deploy models on Azure Kubernetes Cluster](./how-to-use-azureml/deployment/production-deploy-to-aks/production-deploy-to-aks.ipynb).
26
-
* ...deploy models as a batch scoring service, first [train a model within Notebook](./how-to-use-azureml/training/train-within-notebook/train-within-notebook.ipynb), then [create Machine Learning Compute for scoring compute](./how-to-use-azureml/training/train-on-amlcompute/train-on-amlcompute.ipynb), and [use Machine Learning Pipelines to deploy your model](https://aka.ms/pl-batch-scoring).
23
+
* ...learn about experimentation and tracking run history: [track and monitor experiments](./how-to-use-azureml/track-and-monitor-experiments).
24
+
* ...train deep learning models at scale, first learn about [Machine Learning Compute](./how-to-use-azureml/training/train-on-amlcompute/train-on-amlcompute.ipynb), and then try [distributed hyperparameter tuning](./how-to-use-azureml/ml-frameworks/pytorch/train-hyperparameter-tune-deploy-with-pytorch/train-hyperparameter-tune-deploy-with-pytorch.ipynb) and [distributed training](./how-to-use-azureml/ml-frameworks/pytorch/distributed-pytorch-with-horovod/distributed-pytorch-with-horovod.ipynb).
25
+
* ...deploy models as a realtime scoring service, first learn the basics by [deploying to Azure Container Instance](./how-to-use-azureml/deployment/deploy-to-cloud/model-register-and-deploy.ipynb), then learn how to [production deploy models on Azure Kubernetes Cluster](./how-to-use-azureml/deployment/production-deploy-to-aks/production-deploy-to-aks.ipynb).
26
+
* ...deploy models as a batch scoring service: [create Machine Learning Compute for scoring compute](./how-to-use-azureml/training/train-on-amlcompute/train-on-amlcompute.ipynb) and [use Machine Learning Pipelines to deploy your model](https://aka.ms/pl-batch-scoring).
27
27
* ...monitor your deployed models, learn about using [App Insights](./how-to-use-azureml/deployment/enable-app-insights-in-production-service/enable-app-insights-in-production-service.ipynb).
28
28
29
29
## Tutorials
@@ -35,13 +35,12 @@ The [Tutorials](./tutorials) folder contains notebooks for the tutorials describ
35
35
The [How to use Azure ML](./how-to-use-azureml) folder contains specific examples demonstrating the features of the Azure Machine Learning SDK
36
36
37
37
-[Training](./how-to-use-azureml/training) - Examples of how to build models using Azure ML's logging and execution capabilities on local and remote compute targets
38
-
-[Training with Deep Learning](./how-to-use-azureml/training-with-deep-learning) - Examples demonstrating how to build deep learning models using estimators and parameter sweeps
38
+
-[Training with ML and DL frameworks](./how-to-use-azureml/ml-frameworks) - Examples demonstrating how to build and train machine learning models at scale on Azure ML and perform hyperparameter tuning.
39
39
-[Manage Azure ML Service](./how-to-use-azureml/manage-azureml-service) - Examples how to perform tasks, such as authenticate against Azure ML service in different ways.
40
40
-[Automated Machine Learning](./how-to-use-azureml/automated-machine-learning) - Examples using Automated Machine Learning to automatically generate optimal machine learning pipelines and models
41
41
-[Machine Learning Pipelines](./how-to-use-azureml/machine-learning-pipelines) - Examples showing how to create and use reusable pipelines for training and batch scoring
42
42
-[Deployment](./how-to-use-azureml/deployment) - Examples showing how to deploy and manage machine learning models and solutions
43
43
-[Azure Databricks](./how-to-use-azureml/azure-databricks) - Examples showing how to use Azure ML with Azure Databricks
44
-
-[Monitor Models](./how-to-use-azureml/monitor-models) - Examples showing how to enable model monitoring services such as DataDrift
45
44
-[Reinforcement Learning](./how-to-use-azureml/reinforcement-learning) - Examples showing how to train reinforcement learning agents
46
45
47
46
---
@@ -60,7 +59,6 @@ Visit this [community repository](https://github.com/microsoft/MLOps/tree/master
60
59
## Projects using Azure Machine Learning
61
60
62
61
Visit following repos to see projects contributed by Azure ML users:
63
-
-[AMLSamples](https://github.com/Azure/AMLSamples) Number of end-to-end examples, including face recognition, predictive maintenance, customer churn and sentiment analysis.
64
62
-[Learn about Natural Language Processing best practices using Azure Machine Learning service](https://github.com/microsoft/nlp)
65
63
-[Pre-Train BERT models using Azure Machine Learning service](https://github.com/Microsoft/AzureML-BERT)
66
64
-[Fashion MNIST with Azure ML SDK](https://github.com/amynic/azureml-sdk-fashion)
Copy file name to clipboardExpand all lines: how-to-use-azureml/automated-machine-learning/classification-bank-marketing-all-features/auto-ml-classification-bank-marketing-all-features.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@
105
105
"metadata": {},
106
106
"outputs": [],
107
107
"source": [
108
-
"print(\"This notebook was created using version 1.17.0 of the Azure ML SDK\")\n",
108
+
"print(\"This notebook was created using version 1.18.0 of the Azure ML SDK\")\n",
109
109
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
Copy file name to clipboardExpand all lines: how-to-use-azureml/automated-machine-learning/classification-credit-card-fraud/auto-ml-classification-credit-card-fraud.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@
93
93
"metadata": {},
94
94
"outputs": [],
95
95
"source": [
96
-
"print(\"This notebook was created using version 1.17.0 of the Azure ML SDK\")\n",
96
+
"print(\"This notebook was created using version 1.18.0 of the Azure ML SDK\")\n",
97
97
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
Copy file name to clipboardExpand all lines: how-to-use-azureml/automated-machine-learning/classification-text-dnn/auto-ml-classification-text-dnn.ipynb
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,8 @@
42
42
"\n",
43
43
"Make sure you have executed the [configuration](../../../configuration.ipynb) before running this notebook.\n",
44
44
"\n",
45
-
"An Enterprise workspace is required for this notebook. To learn more about creating an Enterprise workspace or upgrading to an Enterprise workspace from the Azure portal, please visit our [Workspace page](https://docs.microsoft.com/azure/machine-learning/service/concept-workspace#upgrade).\n",
46
-
"\n",
47
45
"Notebook synopsis:\n",
46
+
"\n",
48
47
"1. Creating an Experiment in an existing Workspace\n",
49
48
"2. Configuration and remote run of AutoML for a text dataset (20 Newsgroups dataset from scikit-learn) for classification\n",
50
49
"3. Registering the best model for future use\n",
@@ -97,7 +96,7 @@
97
96
"metadata": {},
98
97
"outputs": [],
99
98
"source": [
100
-
"print(\"This notebook was created using version 1.17.0 of the Azure ML SDK\")\n",
99
+
"print(\"This notebook was created using version 1.18.0 of the Azure ML SDK\")\n",
101
100
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
102
101
]
103
102
},
@@ -272,8 +271,6 @@
272
271
"cell_type": "markdown",
273
272
"metadata": {},
274
273
"source": [
275
-
"This step requires an Enterprise workspace to gain access to this feature. To learn more about creating an Enterprise workspace or upgrading to an Enterprise workspace from the Azure portal, please visit our [Workspace page](https://docs.microsoft.com/azure/machine-learning/service/concept-workspace#upgrade).\n",
276
-
"\n",
277
274
"This notebook uses the blocked_models parameter to exclude some models that can take a longer time to train on some text datasets. You can choose to remove models from the blocked_models list but you may need to increase the experiment_timeout_hours parameter value to get results."
Copy file name to clipboardExpand all lines: how-to-use-azureml/automated-machine-learning/continuous-retraining/auto-ml-continuous-retraining.ipynb
+2-9Lines changed: 2 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,6 @@
32
32
"8. [Test Retraining](#Test-Retraining)"
33
33
]
34
34
},
35
-
{
36
-
"cell_type": "markdown",
37
-
"metadata": {},
38
-
"source": [
39
-
"An Enterprise workspace is required for this notebook. To learn more about creating an Enterprise workspace or upgrading to an Enterprise workspace from the Azure portal, please visit our [Workspace page.](https://docs.microsoft.com/azure/machine-learning/service/concept-workspace#upgrade)"
40
-
]
41
-
},
42
35
{
43
36
"cell_type": "markdown",
44
37
"metadata": {},
@@ -88,7 +81,7 @@
88
81
"metadata": {},
89
82
"outputs": [],
90
83
"source": [
91
-
"print(\"This notebook was created using version 1.17.0 of the Azure ML SDK\")\n",
84
+
"print(\"This notebook was created using version 1.18.0 of the Azure ML SDK\")\n",
92
85
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
Copy file name to clipboardExpand all lines: how-to-use-azureml/automated-machine-learning/experimental/regression-model-proxy/auto-ml-regression-model-proxy.ipynb
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@
92
92
"metadata": {},
93
93
"outputs": [],
94
94
"source": [
95
-
"print(\"This notebook was created using version 1.17.0 of the Azure ML SDK\")\n",
95
+
"print(\"This notebook was created using version 1.18.0 of the Azure ML SDK\")\n",
96
96
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
0 commit comments