Skip to content

Commit 5189691

Browse files
committed
update samples from Release-56 as a part of SDK release
1 parent fb90091 commit 5189691

File tree

32 files changed

+1551
-27
lines changed

32 files changed

+1551
-27
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Visit this [community repository](https://github.com/microsoft/MLOps/tree/master
5858
## Projects using Azure Machine Learning
5959

6060
Visit following repos to see projects contributed by Azure ML users:
61-
- [AMLSamples](https://github.com/microsoft/MLOps) Number of end-to-end examples, including face recognition, predictive maintenance, customer churn and sentiment analysis.
61+
- [AMLSamples](https://github.com/Azure/AMLSamples) Number of end-to-end examples, including face recognition, predictive maintenance, customer churn and sentiment analysis.
6262
- [Learn about Natural Language Processing best practices using Azure Machine Learning service](https://github.com/microsoft/nlp)
6363
- [Pre-Train BERT models using Azure Machine Learning service](https://github.com/Microsoft/AzureML-BERT)
6464
- [Fashion MNIST with Azure ML SDK](https://github.com/amynic/azureml-sdk-fashion)

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.7.0 of the Azure ML SDK\")\n",
106+
"print(\"This notebook was created using version 1.8.0 of the Azure ML SDK\")\n",
107107
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
108108
]
109109
},

contrib/fairness/fairlearn-azureml-mitigation.ipynb

Lines changed: 549 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: fairlearn-azureml-mitigation
2+
dependencies:
3+
- pip:
4+
- azureml-sdk
5+
- azureml-contrib-fairness
6+
- fairlearn==0.4.6
7+
- joblib
8+
- shap

0 commit comments

Comments
 (0)