Skip to content

Commit a52d67b

Browse files
committed
update samples from Release-106 as a part of SDK release
1 parent 421ea3d commit a52d67b

File tree

40 files changed

+661
-175
lines changed

40 files changed

+661
-175
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.31.0 of the Azure ML SDK\")\n",
106+
"print(\"This notebook was created using version 1.32.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: 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.4.0`\n",
52+
"* `raiwidgets~=0.7.0`\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.4.0
9+
- raiwidgets~=0.7.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.4.0`\n",
54+
"* `raiwidgets~=0.7.0`\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.4.0
9+
- raiwidgets~=0.7.0

how-to-use-azureml/automated-machine-learning/automl_env.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: azure_automl
22
dependencies:
33
# The python interpreter version.
44
# Currently Azure ML only supports 3.5.2 and later.
5-
- pip==20.2.4
5+
- pip==21.1.2
66
- python>=3.5.2,<3.8
77
- nb_conda
88
- boto3==1.15.18
@@ -21,8 +21,8 @@ dependencies:
2121

2222
- pip:
2323
# Required packages for AzureML execution, history, and data preparation.
24-
- azureml-widgets~=1.31.0
24+
- azureml-widgets~=1.32.0
2525
- pytorch-transformers==1.0.0
2626
- spacy==2.1.8
2727
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
28-
- -r https://automlresources-prod.azureedge.net/validated-requirements/1.31.0/validated_win32_requirements.txt [--no-deps]
28+
- -r https://automlresources-prod.azureedge.net/validated-requirements/1.32.0/validated_win32_requirements.txt [--no-deps]

how-to-use-azureml/automated-machine-learning/automl_env_linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: azure_automl
22
dependencies:
33
# The python interpreter version.
44
# Currently Azure ML only supports 3.5.2 and later.
5-
- pip==20.2.4
5+
- pip==21.1.2
66
- python>=3.5.2,<3.8
77
- nb_conda
88
- boto3==1.15.18
@@ -21,8 +21,8 @@ dependencies:
2121

2222
- pip:
2323
# Required packages for AzureML execution, history, and data preparation.
24-
- azureml-widgets~=1.31.0
24+
- azureml-widgets~=1.32.0
2525
- pytorch-transformers==1.0.0
2626
- spacy==2.1.8
2727
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
28-
- -r https://automlresources-prod.azureedge.net/validated-requirements/1.31.0/validated_linux_requirements.txt [--no-deps]
28+
- -r https://automlresources-prod.azureedge.net/validated-requirements/1.32.0/validated_linux_requirements.txt [--no-deps]

how-to-use-azureml/automated-machine-learning/automl_env_mac.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: azure_automl
22
dependencies:
33
# The python interpreter version.
44
# Currently Azure ML only supports 3.5.2 and later.
5-
- pip==20.2.4
5+
- pip==21.1.2
66
- nomkl
77
- python>=3.5.2,<3.8
88
- nb_conda
@@ -22,8 +22,8 @@ dependencies:
2222

2323
- pip:
2424
# Required packages for AzureML execution, history, and data preparation.
25-
- azureml-widgets~=1.31.0
25+
- azureml-widgets~=1.32.0
2626
- pytorch-transformers==1.0.0
2727
- spacy==2.1.8
2828
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
29-
- -r https://automlresources-prod.azureedge.net/validated-requirements/1.31.0/validated_darwin_requirements.txt [--no-deps]
29+
- -r https://automlresources-prod.azureedge.net/validated-requirements/1.32.0/validated_darwin_requirements.txt [--no-deps]

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.31.0 of the Azure ML SDK\")\n",
108+
"print(\"This notebook was created using version 1.32.0 of the Azure ML SDK\")\n",
109109
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
110110
]
111111
},
@@ -190,7 +190,7 @@
190190
" compute_target = ComputeTarget(workspace=ws, name=cpu_cluster_name)\n",
191191
" print('Found existing cluster, use it.')\n",
192192
"except ComputeTargetException:\n",
193-
" compute_config = AmlCompute.provisioning_configuration(vm_size='STANDARD_D2_V2',\n",
193+
" compute_config = AmlCompute.provisioning_configuration(vm_size='STANDARD_DS12_V2',\n",
194194
" max_nodes=6)\n",
195195
" compute_target = ComputeTarget.create(ws, cpu_cluster_name, compute_config)\n",
196196
"\n",

how-to-use-azureml/automated-machine-learning/classification-credit-card-fraud/auto-ml-classification-credit-card-fraud.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"metadata": {},
9494
"outputs": [],
9595
"source": [
96-
"print(\"This notebook was created using version 1.31.0 of the Azure ML SDK\")\n",
96+
"print(\"This notebook was created using version 1.32.0 of the Azure ML SDK\")\n",
9797
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
9898
]
9999
},

0 commit comments

Comments
 (0)