Skip to content

Commit 4a3f8e7

Browse files
authored
Merge pull request Azure#594 from Azure/release_update/Release-149
update samples from Release-149 as a part of 1.0.65 SDK release
2 parents 314bad7 + 4588011 commit 4a3f8e7

File tree

217 files changed

+3833
-12118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+3833
-12118
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/notebook-issue.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ Visit this [community repository](https://github.com/microsoft/MLOps/tree/master
5858

5959
Visit following repos to see projects contributed by Azure ML users:
6060
- [AMLSamples](https://github.com/Azure/AMLSamples) Number of end-to-end examples, including face recognition, predictive maintenance, customer churn and sentiment analysis.
61-
- [Fine tune natural language processing models using Azure Machine Learning service](https://github.com/Microsoft/AzureML-BERT)
61+
- [Learn about Natural Language Processing best practices using Azure Machine Learning service](https://github.com/microsoft/nlp)
62+
- [Pre-Train BERT models using Azure Machine Learning service](https://github.com/Microsoft/AzureML-BERT)
6263
- [Fashion MNIST with Azure ML SDK](https://github.com/amynic/azureml-sdk-fashion)
64+
- [UMass Amherst Student Samples](https://github.com/katiehouse3/microsoft-azure-ml-notebooks) - A number of end-to-end machine learning notebooks, including machine translation, image classification, and customer churn, created by students in the 696DS course at UMass Amherst.
6365

6466
## Data/Telemetry
6567
This repository collects usage data and sends it to Mircosoft to help improve our products and services. Read Microsoft's [privacy statement to learn more](https://privacy.microsoft.com/en-US/privacystatement)

configuration.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"source": [
104104
"import azureml.core\n",
105105
"\n",
106-
"print(\"This notebook was created using version 1.0.62 of the Azure ML SDK\")\n",
106+
"print(\"This notebook was created using version 1.0.65 of the Azure ML SDK\")\n",
107107
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
108108
]
109109
},

contrib/RAPIDS/README.md

Lines changed: 0 additions & 307 deletions
This file was deleted.

0 commit comments

Comments
 (0)