Skip to content

Commit c42ba64

Browse files
authored
Merge pull request Azure#1700 from Azure/release_update/Release-123
update samples from Release-123 as a part of SDK release
2 parents 9094da4 + 6d8bf32 commit c42ba64

File tree

58 files changed

+2924
-480
lines changed

Some content is hidden

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

58 files changed

+2924
-480
lines changed

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.38.0 of the Azure ML SDK\")\n",
106+
"print(\"This notebook was created using version 1.39.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/RAPIDS/azure-ml-with-nvidia-rapids.ipynb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,6 @@
188188
"### Script to process data and train model"
189189
]
190190
},
191-
{
192-
"cell_type": "markdown",
193-
"metadata": {},
194-
"source": [
195-
"The _process_data.py_ script used in the step below is a slightly modified implementation of [RAPIDS Mortgage E2E example](https://github.com/rapidsai/notebooks-contrib/blob/master/intermediate_notebooks/E2E/mortgage/mortgage_e2e.ipynb)."
196-
]
197-
},
198191
{
199192
"cell_type": "code",
200193
"execution_count": null,
@@ -373,7 +366,7 @@
373366
"run_config.target = gpu_cluster_name\n",
374367
"run_config.environment.docker.enabled = True\n",
375368
"run_config.environment.docker.gpu_support = True\n",
376-
"run_config.environment.docker.base_image = \"mcr.microsoft.com/azureml/base-gpu:intelmpi2018.3-cuda10.0-cudnn7-ubuntu16.04\"\n",
369+
"run_config.environment.docker.base_image = \"mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.1-cudnn8-ubuntu20.04\"\n",
377370
"run_config.environment.spark.precache_packages = False\n",
378371
"run_config.data_references={'data':data_ref.to_config()}"
379372
]

contrib/fairness/fairlearn-azureml-mitigation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"* `fairlearn>=0.6.2` (pre-v0.5.0 will work with minor modifications)\n",
5050
"* `joblib`\n",
5151
"* `liac-arff`\n",
52-
"* `raiwidgets~=0.7.0`\n",
52+
"* `raiwidgets`\n",
5353
"\n",
5454
"Fairlearn relies on features introduced in v0.22.1 of `scikit-learn`. If you have an older version already installed, please uncomment and run the following cell:"
5555
]

contrib/fairness/fairlearn-azureml-mitigation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ dependencies:
66
- fairlearn>=0.6.2
77
- joblib
88
- liac-arff
9-
- raiwidgets~=0.16.0
9+
- raiwidgets~=0.17.0

contrib/fairness/upload-fairness-dashboard.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"* `fairlearn>=0.6.2` (also works for pre-v0.5.0 with slight modifications)\n",
5252
"* `joblib`\n",
5353
"* `liac-arff`\n",
54-
"* `raiwidgets~=0.7.0`\n",
54+
"* `raiwidgets`\n",
5555
"\n",
5656
"Fairlearn relies on features introduced in v0.22.1 of `scikit-learn`. If you have an older version already installed, please uncomment and run the following cell:"
5757
]

contrib/fairness/upload-fairness-dashboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ dependencies:
66
- fairlearn>=0.6.2
77
- joblib
88
- liac-arff
9-
- raiwidgets~=0.16.0
9+
- raiwidgets~=0.17.0
Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
11
name: azure_automl
2+
channels:
3+
- conda-forge
4+
- pytorch
5+
- main
26
dependencies:
37
# The python interpreter version.
4-
# Currently Azure ML only supports 3.5.2 and later.
5-
- pip==21.1.2
6-
- python>=3.5.2,<3.8
7-
- boto3==1.15.18
8-
- matplotlib==2.1.0
8+
# Currently Azure ML only supports 3.6.0 and later.
9+
- pip==20.2.4
10+
- python>=3.6,<3.8
11+
- boto3==1.20.19
12+
- botocore<=1.23.19
13+
- matplotlib==3.3.4
914
- numpy==1.18.5
10-
- cython
11-
- urllib3<1.24
15+
- cython==0.29.14
16+
- urllib3==1.26.7
1217
- scipy>=1.4.1,<=1.5.2
1318
- scikit-learn==0.22.1
14-
- pandas==0.25.1
15-
- py-xgboost<=0.90
16-
- conda-forge::fbprophet==0.5
17-
- holidays==0.9.11
19+
- py-xgboost<=1.3.3
20+
- holidays==0.10.3
21+
- conda-forge::fbprophet==0.7.1
1822
- pytorch::pytorch=1.4.0
1923
- cudatoolkit=10.1.243
20-
- tornado==6.1.0
2124

2225
- pip:
2326
# Required packages for AzureML execution, history, and data preparation.
24-
- azureml-widgets~=1.38.0
27+
- azureml-widgets~=1.39.0
2528
- pytorch-transformers==1.0.0
2629
- spacy==2.1.8
30+
- pystan==2.19.1.1
2731
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
28-
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.38.0/validated_win32_requirements.txt [--no-deps]
32+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.39.0/validated_win32_requirements.txt [--no-deps]
2933
- arch==4.14
Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
11
name: azure_automl
2+
channels:
3+
- conda-forge
4+
- pytorch
5+
- main
26
dependencies:
37
# The python interpreter version.
4-
# Currently Azure ML only supports 3.5.2 and later.
5-
- pip==21.1.2
6-
- python>=3.5.2,<3.8
7-
- boto3==1.15.18
8-
- matplotlib==2.1.0
8+
# Currently Azure ML only supports 3.6.0 and later.
9+
- pip==20.2.4
10+
- python>=3.6,<3.8
11+
- boto3==1.20.19
12+
- botocore<=1.23.19
13+
- matplotlib==3.3.4
914
- numpy==1.18.5
10-
- cython
11-
- urllib3<1.24
15+
- cython==0.29.14
16+
- urllib3==1.26.7
1217
- scipy>=1.4.1,<=1.5.2
1318
- scikit-learn==0.22.1
14-
- pandas==0.25.1
15-
- py-xgboost<=0.90
16-
- conda-forge::fbprophet==0.5
17-
- holidays==0.9.11
19+
- py-xgboost<=1.3.3
20+
- holidays==0.10.3
21+
- conda-forge::fbprophet==0.7.1
1822
- pytorch::pytorch=1.4.0
1923
- cudatoolkit=10.1.243
20-
- tornado==6.1.0
2124

2225
- pip:
2326
# Required packages for AzureML execution, history, and data preparation.
24-
- azureml-widgets~=1.38.0
27+
- azureml-widgets~=1.39.0
2528
- pytorch-transformers==1.0.0
2629
- spacy==2.1.8
30+
- pystan==2.19.1.1
2731
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
28-
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.38.0/validated_linux_requirements.txt [--no-deps]
32+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.39.0/validated_linux_requirements.txt [--no-deps]
2933
- arch==4.14
Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,34 @@
11
name: azure_automl
2+
channels:
3+
- conda-forge
4+
- pytorch
5+
- main
26
dependencies:
37
# The python interpreter version.
4-
# Currently Azure ML only supports 3.5.2 and later.
5-
- pip==21.1.2
8+
# Currently Azure ML only supports 3.6.0 and later.
9+
- pip==20.2.4
610
- nomkl
7-
- python>=3.5.2,<3.8
8-
- boto3==1.15.18
9-
- matplotlib==2.1.0
11+
- python>=3.6,<3.8
12+
- boto3==1.20.19
13+
- botocore<=1.23.19
14+
- matplotlib==3.3.4
1015
- numpy==1.18.5
11-
- cython
12-
- urllib3<1.24
16+
- cython==0.29.14
17+
- urllib3==1.26.7
1318
- scipy>=1.4.1,<=1.5.2
1419
- scikit-learn==0.22.1
15-
- pandas==0.25.1
16-
- py-xgboost<=0.90
17-
- conda-forge::fbprophet==0.5
18-
- holidays==0.9.11
20+
- py-xgboost<=1.3.3
21+
- holidays==0.10.3
22+
- conda-forge::fbprophet==0.7.1
1923
- pytorch::pytorch=1.4.0
2024
- cudatoolkit=9.0
21-
- tornado==6.1.0
2225

2326
- pip:
2427
# Required packages for AzureML execution, history, and data preparation.
25-
- azureml-widgets~=1.38.0
28+
- azureml-widgets~=1.39.0
2629
- pytorch-transformers==1.0.0
2730
- spacy==2.1.8
31+
- pystan==2.19.1.1
2832
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
29-
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.38.0/validated_darwin_requirements.txt [--no-deps]
33+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.39.0/validated_darwin_requirements.txt [--no-deps]
3034
- arch==4.14

how-to-use-azureml/automated-machine-learning/classification-bank-marketing-all-features/auto-ml-classification-bank-marketing-all-features.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"metadata": {},
106106
"outputs": [],
107107
"source": [
108-
"print(\"This notebook was created using version 1.38.0 of the Azure ML SDK\")\n",
108+
"print(\"This notebook was created using version 1.39.0 of the Azure ML SDK\")\n",
109109
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
110110
]
111111
},
@@ -154,7 +154,7 @@
154154
"output['Resource Group'] = ws.resource_group\n",
155155
"output['Location'] = ws.location\n",
156156
"output['Experiment Name'] = experiment.name\n",
157-
"pd.set_option('display.max_colwidth', -1)\n",
157+
"pd.set_option('display.max_colwidth', None)\n",
158158
"outputDf = pd.DataFrame(data = output, index = [''])\n",
159159
"outputDf.T"
160160
]

0 commit comments

Comments
 (0)