Skip to content

Commit ce82af2

Browse files
update samples from Release-118 as a part of SDK release (Azure#1673)
Co-authored-by: amlrelsa-ms <[email protected]>
1 parent 2a2d2ef commit ce82af2

File tree

33 files changed

+115
-118
lines changed

33 files changed

+115
-118
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.37.0 of the Azure ML SDK\")\n",
106+
"print(\"This notebook was created using version 1.38.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.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.15.0
9+
- raiwidgets~=0.16.0

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.15.0
9+
- raiwidgets~=0.16.0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ dependencies:
2121

2222
- pip:
2323
# Required packages for AzureML execution, history, and data preparation.
24-
- azureml-widgets~=1.37.0
24+
- azureml-widgets~=1.38.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://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.37.0/validated_win32_requirements.txt [--no-deps]
28+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.38.0/validated_win32_requirements.txt [--no-deps]
2929
- arch==4.14

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ dependencies:
44
# Currently Azure ML only supports 3.5.2 and later.
55
- pip==21.1.2
66
- python>=3.5.2,<3.8
7-
- nb_conda
87
- boto3==1.15.18
98
- matplotlib==2.1.0
109
- numpy==1.18.5
@@ -22,9 +21,9 @@ dependencies:
2221

2322
- pip:
2423
# Required packages for AzureML execution, history, and data preparation.
25-
- azureml-widgets~=1.37.0
24+
- azureml-widgets~=1.38.0
2625
- pytorch-transformers==1.0.0
2726
- spacy==2.1.8
2827
- 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.37.0/validated_linux_requirements.txt [--no-deps]
28+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.38.0/validated_linux_requirements.txt [--no-deps]
3029
- arch==4.14

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dependencies:
55
- pip==21.1.2
66
- nomkl
77
- python>=3.5.2,<3.8
8-
- nb_conda
98
- boto3==1.15.18
109
- matplotlib==2.1.0
1110
- numpy==1.18.5
@@ -23,9 +22,9 @@ dependencies:
2322

2423
- pip:
2524
# Required packages for AzureML execution, history, and data preparation.
26-
- azureml-widgets~=1.37.0
25+
- azureml-widgets~=1.38.0
2726
- pytorch-transformers==1.0.0
2827
- spacy==2.1.8
2928
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
30-
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.37.0/validated_darwin_requirements.txt [--no-deps]
29+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.38.0/validated_darwin_requirements.txt [--no-deps]
3130
- 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.37.0 of the Azure ML SDK\")\n",
108+
"print(\"This notebook was created using version 1.38.0 of the Azure ML SDK\")\n",
109109
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
110110
]
111111
},
@@ -430,7 +430,7 @@
430430
"metadata": {},
431431
"outputs": [],
432432
"source": [
433-
"# Download the featuurization summary JSON file locally\n",
433+
"# Download the featurization summary JSON file locally\n",
434434
"best_run.download_file(\"outputs/featurization_summary.json\", \"featurization_summary.json\")\n",
435435
"\n",
436436
"# Render the JSON as a pandas DataFrame\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.37.0 of the Azure ML SDK\")\n",
96+
"print(\"This notebook was created using version 1.38.0 of the Azure ML SDK\")\n",
9797
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
9898
]
9999
},

how-to-use-azureml/automated-machine-learning/classification-text-dnn/auto-ml-classification-text-dnn.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"metadata": {},
9898
"outputs": [],
9999
"source": [
100-
"print(\"This notebook was created using version 1.37.0 of the Azure ML SDK\")\n",
100+
"print(\"This notebook was created using version 1.38.0 of the Azure ML SDK\")\n",
101101
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
102102
]
103103
},
@@ -369,7 +369,7 @@
369369
"metadata": {},
370370
"outputs": [],
371371
"source": [
372-
"# Download the featuurization summary JSON file locally\n",
372+
"# Download the featurization summary JSON file locally\n",
373373
"best_run.download_file(\"outputs/featurization_summary.json\", \"featurization_summary.json\")\n",
374374
"\n",
375375
"# Render the JSON as a pandas DataFrame\n",

how-to-use-azureml/automated-machine-learning/continuous-retraining/auto-ml-continuous-retraining.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"metadata": {},
8282
"outputs": [],
8383
"source": [
84-
"print(\"This notebook was created using version 1.37.0 of the Azure ML SDK\")\n",
84+
"print(\"This notebook was created using version 1.38.0 of the Azure ML SDK\")\n",
8585
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
8686
]
8787
},

0 commit comments

Comments
 (0)