Skip to content

Commit aae88e8

Browse files
committed
update samples from Release-240 as a part of 1.57.0 SDK stable release
1 parent 2352e45 commit aae88e8

File tree

45 files changed

+113
-2685
lines changed

Some content is hidden

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

45 files changed

+113
-2685
lines changed

configuration.ipynb

+1-1
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.56.0 of the Azure ML SDK\")\n",
106+
"print(\"This notebook was created using version 1.57.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"categorical_transformer = Pipeline(\n",
195195
" [\n",
196196
" (\"impute\", SimpleImputer(strategy=\"most_frequent\")),\n",
197-
" (\"ohe\", OneHotEncoder(handle_unknown=\"ignore\", sparse=False)),\n",
197+
" (\"ohe\", OneHotEncoder(handle_unknown=\"ignore\", sparse_output=False)),\n",
198198
" ]\n",
199199
")\n",
200200
"\n",

contrib/fairness/fairlearn-azureml-mitigation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- fairlearn>=0.6.2,<=0.7.0
77
- joblib
88
- liac-arff
9-
- raiwidgets~=0.33.0
9+
- raiwidgets~=0.36.0
1010
- itsdangerous==2.0.1
1111
- markupsafe<2.1.0
1212
- protobuf==3.20.0

contrib/fairness/upload-fairness-dashboard.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"categorical_transformer = Pipeline(\n",
210210
" [\n",
211211
" (\"impute\", SimpleImputer(strategy=\"most_frequent\")),\n",
212-
" (\"ohe\", OneHotEncoder(handle_unknown=\"ignore\", sparse=False)),\n",
212+
" (\"ohe\", OneHotEncoder(handle_unknown=\"ignore\", sparse_output=False)),\n",
213213
" ]\n",
214214
")\n",
215215
"\n",

contrib/fairness/upload-fairness-dashboard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- fairlearn>=0.6.2,<=0.7.0
77
- joblib
88
- liac-arff
9-
- raiwidgets~=0.33.0
9+
- raiwidgets~=0.36.0
1010
- itsdangerous==2.0.1
1111
- markupsafe<2.1.0
1212
- protobuf==3.20.0

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ dependencies:
1414

1515
- pip:
1616
# Required packages for AzureML execution, history, and data preparation.
17-
- azureml-widgets~=1.56.0
18-
- azureml-defaults~=1.56.0
19-
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.56.0/validated_win32_requirements.txt [--no-deps]
17+
- azureml-widgets~=1.57.0
18+
- azureml-defaults~=1.57.0
19+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.57.0/validated_win32_requirements.txt [--no-deps]
2020
- matplotlib==3.7.1
2121
- xgboost==1.5.2
2222
- prophet==1.1.4
2323
- pandas==1.3.5
2424
- cmdstanpy==1.1.0
2525
- setuptools-git==1.2
26-
- spacy==3.4.4
27-
- https://aka.ms/automl-resources/packages/en_core_web_sm-3.4.1.tar.gz
26+
- spacy==3.7.4
27+
- https://aka.ms/automl-resources/packages/en_core_web_sm-3.7.1.tar.gz

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ dependencies:
1212
- numpy>=1.21.6,<=1.23.5
1313
- urllib3==1.26.7
1414
- scipy==1.10.1
15-
- scikit-learn==1.1.3
15+
- scikit-learn==1.5.1
1616
- holidays==0.29
1717
- pytorch::pytorch=1.11.0
1818
- cudatoolkit=10.1.243
1919
- notebook
2020

2121
- pip:
2222
# Required packages for AzureML execution, history, and data preparation.
23-
- azureml-widgets~=1.56.0
24-
- azureml-defaults~=1.56.0
23+
- azureml-widgets~=1.57.0
24+
- azureml-defaults~=1.57.0
2525
- pytorch-transformers==1.0.0
26-
- spacy==3.4.4
26+
- spacy==3.7.4
2727
- xgboost==1.5.2
2828
- prophet==1.1.4
29-
- https://aka.ms/automl-resources/packages/en_core_web_sm-3.4.1.tar.gz
30-
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.56.0/validated_linux_requirements.txt [--no-deps]
29+
- https://aka.ms/automl-resources/packages/en_core_web_sm-3.7.1.tar.gz
30+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.57.0/validated_linux_requirements.txt [--no-deps]

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ dependencies:
1010
- python>=3.10,<3.11
1111
- numpy>=1.21.6,<=1.23.5
1212
- scipy==1.10.1
13-
- scikit-learn==1.1.3
13+
- scikit-learn==1.5.1
1414
- holidays==0.29
1515

1616
- pip:
1717
# Required packages for AzureML execution, history, and data preparation.
18-
- azureml-widgets~=1.56.0
19-
- azureml-defaults~=1.56.0
18+
- azureml-widgets~=1.57.0
19+
- azureml-defaults~=1.57.0
2020
- pytorch-transformers==1.0.0
2121
- prophet==1.1.4
2222
- xgboost==1.5.2
23-
- spacy==3.4.4
23+
- spacy==3.7.4
2424
- matplotlib==3.7.1
25-
- https://aka.ms/automl-resources/packages/en_core_web_sm-3.4.1.tar.gz
26-
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.56.0/validated_darwin_requirements.txt [--no-deps]
25+
- https://aka.ms/automl-resources/packages/en_core_web_sm-3.7.1.tar.gz
26+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.57.0/validated_darwin_requirements.txt [--no-deps]

how-to-use-azureml/automated-machine-learning/experimental/autofeaturization-codegen/codegen-for-autofeaturization.ipynb

+1-1
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.56.0 of the Azure ML SDK\")\n",
100+
"print(\"This notebook was created using version 1.57.0 of the Azure ML SDK\")\n",
101101
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
102102
]
103103
},

how-to-use-azureml/automated-machine-learning/experimental/autofeaturization-custom-model-training/custom-model-training-from-autofeaturization-run.ipynb

+1-1
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.56.0 of the Azure ML SDK\")\n",
100+
"print(\"This notebook was created using version 1.57.0 of the Azure ML SDK\")\n",
101101
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
102102
]
103103
},

0 commit comments

Comments
 (0)