Skip to content

Commit 4404e62

Browse files
committed
update samples from Release-168 as a part of SDK release
1 parent 38d5743 commit 4404e62

File tree

44 files changed

+187
-814
lines changed

Some content is hidden

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

44 files changed

+187
-814
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.47.0 of the Azure ML SDK\")\n",
106+
"print(\"This notebook was created using version 1.48.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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398
"# run_config.target = gpu_cluster_name\n",
399399
"# run_config.environment.docker.enabled = True\n",
400400
"# run_config.environment.docker.gpu_support = True\n",
401-
"# run_config.environment.docker.base_image = \"rapidsai/rapidsai:cuda9.2-runtime-ubuntu18.04\"\n",
401+
"# run_config.environment.docker.base_image = \"rapidsai/rapidsai:cuda9.2-runtime-ubuntu20.04\"\n",
402402
"# # run_config.environment.docker.base_image_registry.address = '<registry_url>' # not required if the base_image is in Docker hub\n",
403403
"# # run_config.environment.docker.base_image_registry.username = '<user_name>' # needed only for private images\n",
404404
"# # run_config.environment.docker.base_image_registry.password = '<password>' # needed only for private images\n",

contrib/fairness/fairlearn-azureml-mitigation.yml

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

contrib/fairness/upload-fairness-dashboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- fairlearn>=0.6.2
77
- joblib
88
- liac-arff
9-
- raiwidgets~=0.22.0
9+
- raiwidgets~=0.23.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

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,17 @@ channels:
55
- main
66
dependencies:
77
# The python interpreter version.
8-
# Currently Azure ML only supports 3.6.0 and later.
9-
- pip==20.2.4
10-
- python>=3.6,<3.9
11-
- matplotlib==3.2.1
12-
- py-xgboost==1.3.3
13-
- pytorch::pytorch=1.11.0
14-
- conda-forge::fbprophet==0.7.1
15-
- cudatoolkit=10.1.243
16-
- scipy==1.5.3
17-
- notebook
18-
- PySocks==1.7.1
19-
- conda-forge::pyqt==5.12.3
20-
- jinja2<=2.11.2
21-
- markupsafe<2.1.0
22-
- tqdm==4.64.1
23-
- jsonschema==4.16.0
24-
- websocket-client==1.4.1
8+
# Azure ML only supports 3.7.0 and later.
9+
- pip==22.3.1
10+
- python>=3.7,<3.9
2511

2612
- pip:
2713
# Required packages for AzureML execution, history, and data preparation.
28-
- azureml-widgets~=1.47.0
29-
- azureml-defaults~=1.47.0
30-
- pytorch-transformers==1.0.0
31-
- spacy==2.2.4
32-
- pystan==2.19.1.1
33-
- 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.47.0/validated_win32_requirements.txt [--no-deps]
14+
- azureml-widgets~=latest
15+
- azureml-defaults~=latest
16+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/latest/validated_win32_requirements.txt [--no-deps]
17+
- matplotlib==3.6.2
18+
- xgboost==1.3.3
3519
- arch==4.14
36-
- wasabi==0.9.1
20+
- mlflow-skinny==1.30.0
21+

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ channels:
55
- main
66
dependencies:
77
# The python interpreter version.
8-
# Currently Azure ML only supports 3.6.0 and later.
8+
# Azure ML only supports 3.7 and later.
99
- pip==20.1.1
10-
- python>=3.6,<3.9
10+
- python>=3.7,<3.9
1111
- matplotlib==3.2.1
1212
- numpy>=1.21.6,<=1.22.3
1313
- cython==0.29.14
@@ -25,11 +25,11 @@ dependencies:
2525

2626
- pip:
2727
# Required packages for AzureML execution, history, and data preparation.
28-
- azureml-widgets~=1.47.0
29-
- azureml-defaults~=1.47.0
28+
- azureml-widgets~=1.48.0
29+
- azureml-defaults~=1.48.0
3030
- pytorch-transformers==1.0.0
3131
- spacy==2.2.4
3232
- pystan==2.19.1.1
3333
- 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.47.0/validated_linux_requirements.txt [--no-deps]
34+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.48.0/validated_linux_requirements.txt [--no-deps]
3535
- arch==4.14

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ channels:
55
- main
66
dependencies:
77
# The python interpreter version.
8-
# Currently Azure ML only supports 3.6.0 and later.
8+
# Currently Azure ML only supports 3.7 and later.
99
- pip==20.1.1
10-
- python>=3.6,<3.9
10+
- python>=3.7,<3.9
1111
- matplotlib==3.2.1
1212
- numpy>=1.21.6,<=1.22.3
1313
- cython==0.29.14
@@ -25,11 +25,11 @@ dependencies:
2525

2626
- pip:
2727
# Required packages for AzureML execution, history, and data preparation.
28-
- azureml-widgets~=1.47.0
29-
- azureml-defaults~=1.47.0
28+
- azureml-widgets~=1.48.0
29+
- azureml-defaults~=1.48.0
3030
- pytorch-transformers==1.0.0
3131
- spacy==2.2.4
3232
- pystan==2.19.1.1
3333
- 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.47.0/validated_darwin_requirements.txt [--no-deps]
34+
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.48.0/validated_darwin_requirements.txt [--no-deps]
3535
- arch==4.14

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.47.0 of the Azure ML SDK\")\n",
100+
"print(\"This notebook was created using version 1.48.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.47.0 of the Azure ML SDK\")\n",
100+
"print(\"This notebook was created using version 1.48.0 of the Azure ML SDK\")\n",
101101
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
102102
]
103103
},
Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
name: azure_automl_experimental
22
dependencies:
33
# The python interpreter version.
4-
# Currently Azure ML only supports 3.6.0 and later.
5-
- pip<=20.2.4
6-
- python>=3.6.0,<3.10
7-
- cython==0.29.14
8-
- urllib3==1.26.7
9-
- PyJWT < 2.0.0
10-
- numpy==1.22.3
11-
- pywin32==227
4+
# Currently Azure ML only supports 3.7.0 and later.
5+
- pip<=22.3.1
6+
- python>=3.7.0,<3.10
127

138
- pip:
149
# Required packages for AzureML execution, history, and data preparation.
15-
- azure-core==1.24.1
16-
- azure-identity==1.7.0
1710
- azureml-defaults
1811
- azureml-sdk
1912
- azureml-widgets
2013
- azureml-mlflow
2114
- pandas
2215
- mlflow
23-
- docker<6.0.0

0 commit comments

Comments
 (0)