Skip to content

Commit 0ecbbbc

Browse files
committed
update samples from Release-166 as a part of 1.49.0 SDK stable release
1 parent 9b1e130 commit 0ecbbbc

File tree

36 files changed

+48
-1822
lines changed

36 files changed

+48
-1822
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.48.0 of the Azure ML SDK\")\n",
106+
"print(\"This notebook was created using version 1.49.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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ dependencies:
66
- fairlearn>=0.6.2
77
- joblib
88
- liac-arff
9-
- raiwidgets~=0.23.0
9+
- raiwidgets~=0.24.0
1010
- itsdangerous==2.0.1
1111
- markupsafe<2.1.0
1212
- protobuf==3.20.0
13+
- numpy<1.24.0

contrib/fairness/upload-fairness-dashboard.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ dependencies:
66
- fairlearn>=0.6.2
77
- joblib
88
- liac-arff
9-
- raiwidgets~=0.23.0
9+
- raiwidgets~=0.24.0
1010
- itsdangerous==2.0.1
1111
- markupsafe<2.1.0
1212
- protobuf==3.20.0
13+
- numpy<1.24.0

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ dependencies:
88
# Azure ML only supports 3.7.0 and later.
99
- pip==22.3.1
1010
- python>=3.7,<3.9
11+
- conda-forge::fbprophet==0.7.1
12+
- pandas==1.1.5
13+
- scipy==1.5.3
14+
- Cython==0.29.14
1115

1216
- pip:
1317
# Required packages for AzureML execution, history, and data preparation.
14-
- azureml-widgets~=1.48.0
15-
- azureml-defaults~=1.48.0
16-
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.48.0/validated_win32_requirements.txt [--no-deps]
18+
- azureml-widgets~=1.49.0
19+
- azureml-defaults~=1.49.0
20+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.49.0/validated_win32_requirements.txt [--no-deps]
1721
- matplotlib==3.6.2
1822
- xgboost==1.3.3
19-
- arch==4.14
20-
- mlflow-skinny==1.30.0
23+
- cmdstanpy==0.9.5
24+
- setuptools-git==1.2

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
dependencies:
77
# The python interpreter version.
88
# Azure ML only supports 3.7 and later.
9-
- pip==20.1.1
9+
- pip==22.3.1
1010
- python>=3.7,<3.9
1111
- matplotlib==3.2.1
1212
- numpy>=1.21.6,<=1.22.3
@@ -20,16 +20,13 @@ dependencies:
2020
- pytorch::pytorch=1.11.0
2121
- cudatoolkit=10.1.243
2222
- notebook
23-
- jinja2<=2.11.2
24-
- markupsafe<2.1.0
2523

2624
- pip:
2725
# Required packages for AzureML execution, history, and data preparation.
28-
- azureml-widgets~=1.48.0
29-
- azureml-defaults~=1.48.0
26+
- azureml-widgets~=1.49.0
27+
- azureml-defaults~=1.49.0
3028
- pytorch-transformers==1.0.0
3129
- spacy==2.2.4
3230
- pystan==2.19.1.1
3331
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
34-
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.48.0/validated_linux_requirements.txt [--no-deps]
35-
- arch==4.14
32+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.49.0/validated_linux_requirements.txt [--no-deps]

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
dependencies:
77
# The python interpreter version.
88
# Currently Azure ML only supports 3.7 and later.
9-
- pip==20.1.1
9+
- pip==22.3.1
1010
- python>=3.7,<3.9
1111
- matplotlib==3.2.1
1212
- numpy>=1.21.6,<=1.22.3
@@ -20,16 +20,13 @@ dependencies:
2020
- pytorch::pytorch=1.11.0
2121
- cudatoolkit=9.0
2222
- notebook
23-
- jinja2<=2.11.2
24-
- markupsafe<2.1.0
2523

2624
- pip:
2725
# Required packages for AzureML execution, history, and data preparation.
28-
- azureml-widgets~=1.48.0
29-
- azureml-defaults~=1.48.0
26+
- azureml-widgets~=1.49.0
27+
- azureml-defaults~=1.49.0
3028
- pytorch-transformers==1.0.0
3129
- spacy==2.2.4
3230
- pystan==2.19.1.1
3331
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
34-
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.48.0/validated_darwin_requirements.txt [--no-deps]
35-
- arch==4.14
32+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.49.0/validated_darwin_requirements.txt [--no-deps]

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

Lines changed: 1 addition & 1 deletion
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.48.0 of the Azure ML SDK\")\n",
100+
"print(\"This notebook was created using version 1.49.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

Lines changed: 1 addition & 1 deletion
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.48.0 of the Azure ML SDK\")\n",
100+
"print(\"This notebook was created using version 1.49.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/automl_thin_client_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dependencies:
33
# The python interpreter version.
44
# Currently Azure ML only supports 3.7.0 and later.
55
- pip<=22.3.1
6-
- python>=3.7.0,<3.10
6+
- python>=3.7.0,<3.11
77

88
- pip:
99
# Required packages for AzureML execution, history, and data preparation.

how-to-use-azureml/automated-machine-learning/experimental/automl_thin_client_env_mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ channels:
44
- main
55
dependencies:
66
# The python interpreter version.
7-
# Currently Azure ML only supports 3.6.0 and later.
7+
# Currently Azure ML only supports 3.7.0 and later.
88
- pip<=20.2.4
99
- nomkl
10-
- python>=3.6.0,<3.10
10+
- python>=3.7.0,<3.11
1111
- urllib3==1.26.7
1212
- PyJWT < 2.0.0
1313
- numpy>=1.21.6,<=1.22.3

0 commit comments

Comments
 (0)