Skip to content

Commit 2352e45

Browse files
Merge pull request #1963 from Azure/release_update_stablev2/Release-209
update samples from Release-209 as a part of 1.56.0 SDK stable release
2 parents f044216 + 8373b93 commit 2352e45

File tree

126 files changed

+905
-7266
lines changed

Some content is hidden

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

126 files changed

+905
-7266
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.55.0 of the Azure ML SDK\")\n",
106+
"print(\"This notebook was created using version 1.56.0 of the Azure ML SDK\")\n",
107107
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
108108
]
109109
},

how-to-use-azureml/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ As a pre-requisite, run the [configuration Notebook](../configuration.ipynb) not
99
* [train-on-amlcompute](./training/train-on-amlcompute): Use a 1-n node Azure ML managed compute cluster for remote runs on Azure CPU or GPU infrastructure.
1010
* [train-on-remote-vm](./training/train-on-remote-vm): Use Data Science Virtual Machine as a target for remote runs.
1111
* [logging-api](./track-and-monitor-experiments/logging-api): Learn about the details of logging metrics to run history.
12-
* [production-deploy-to-aks](./deployment/production-deploy-to-aks) Deploy a model to production at scale on Azure Kubernetes Service.
1312
* [enable-app-insights-in-production-service](./deployment/enable-app-insights-in-production-service) Learn how to use App Insights with production web service.
1413

1514
Find quickstarts, end-to-end tutorials, and how-tos on the [official documentation site for Azure Machine Learning service](https://docs.microsoft.com/en-us/azure/machine-learning/service/).

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

+7-5
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@ dependencies:
77
# The python interpreter version.
88
# Azure ML only supports 3.8 and later.
99
- pip==22.3.1
10-
- python>=3.9,<3.10
10+
- python>=3.10,<3.11
1111
- holidays==0.29
1212
- scipy==1.10.1
1313
- tqdm==4.66.1
1414

1515
- pip:
1616
# Required packages for AzureML execution, history, and data preparation.
17-
- azureml-widgets~=1.55.0
18-
- azureml-defaults~=1.55.0
19-
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.55.0/validated_win32_requirements.txt [--no-deps]
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]
2020
- matplotlib==3.7.1
21-
- xgboost==1.3.3
21+
- 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

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ dependencies:
77
# The python interpreter version.
88
# Azure ML only supports 3.7 and later.
99
- pip==22.3.1
10-
- python>=3.9,<3.10
10+
- python>=3.10,<3.11
1111
- matplotlib==3.7.1
1212
- numpy>=1.21.6,<=1.23.5
1313
- urllib3==1.26.7
1414
- scipy==1.10.1
15-
- scikit-learn=1.1.3
16-
- py-xgboost<=1.3.3
15+
- scikit-learn==1.1.3
1716
- holidays==0.29
1817
- pytorch::pytorch=1.11.0
1918
- cudatoolkit=10.1.243
2019
- notebook
2120

2221
- pip:
2322
# Required packages for AzureML execution, history, and data preparation.
24-
- azureml-widgets~=1.55.0
25-
- azureml-defaults~=1.55.0
23+
- azureml-widgets~=1.56.0
24+
- azureml-defaults~=1.56.0
2625
- pytorch-transformers==1.0.0
27-
- spacy==2.3.9
26+
- spacy==3.4.4
27+
- xgboost==1.5.2
2828
- prophet==1.1.4
29-
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.3.1.tar.gz
30-
- -r https://automlsdkdataresources.blob.core.windows.net/validated-requirements/1.55.0/validated_linux_requirements.txt [--no-deps]
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]

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ dependencies:
77
# The python interpreter version.
88
# Currently Azure ML only supports 3.7 and later.
99
- pip==22.3.1
10-
- python>=3.9,<3.10
10+
- python>=3.10,<3.11
1111
- numpy>=1.21.6,<=1.23.5
1212
- scipy==1.10.1
1313
- scikit-learn==1.1.3
1414
- holidays==0.29
1515

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

how-to-use-azureml/automated-machine-learning/classification-bank-marketing-all-features/auto-ml-classification-bank-marketing-all-features.yml

-4
This file was deleted.

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

-4
This file was deleted.

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

-4
This file was deleted.

how-to-use-azureml/automated-machine-learning/experimental/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To run these notebook on your own notebook server, use these installation instru
99
The instructions below will install everything you need and then start a Jupyter notebook.
1010
If you would like to use a lighter-weight version of the client that does not install all of the machine learning libraries locally, you can leverage the [experimental notebooks.](experimental/README.md)
1111

12-
### 1. Install mini-conda from [here](https://conda.io/miniconda.html), choose 64-bit Python 3.7 or higher.
12+
### 1. Install mini-conda from [here](https://conda.io/miniconda.html), choose 64-bit Python 3.8 or higher.
1313
- **Note**: if you already have conda installed, you can keep using it but it should be version 4.4.10 or later (as shown by: conda -V). If you have a previous version installed, you can update it using the command: conda update conda.
1414
There's no need to install mini-conda specifically.
1515

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

+2-2
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.55.0 of the Azure ML SDK\")\n",
100+
"print(\"This notebook was created using version 1.56.0 of the Azure ML SDK\")\n",
101101
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
102102
]
103103
},
@@ -148,7 +148,7 @@
148148
"from azureml.core.compute_target import ComputeTargetException\n",
149149
"\n",
150150
"# Choose a name for your CPU cluster\n",
151-
"cpu_cluster_name = \"cpu-cluster\"\n",
151+
"cpu_cluster_name = \"cpu-codegen\"\n",
152152
"\n",
153153
"# Verify that cluster does not exist already\n",
154154
"try:\n",

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

-4
This file was deleted.

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.55.0 of the Azure ML SDK\")\n",
100+
"print(\"This notebook was created using version 1.56.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.yml

-4
This file was deleted.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"metadata": {},
9393
"outputs": [],
9494
"source": [
95-
"print(\"This notebook was created using version 1.55.0 of the Azure ML SDK\")\n",
95+
"print(\"This notebook was created using version 1.56.0 of the Azure ML SDK\")\n",
9696
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
9797
]
9898
},

how-to-use-azureml/automated-machine-learning/experimental/classification-credit-card-fraud-local-managed/auto-ml-classification-credit-card-fraud-local-managed.yml

-4
This file was deleted.

how-to-use-azureml/automated-machine-learning/experimental/regression-model-proxy/auto-ml-regression-model-proxy.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"metadata": {},
9292
"outputs": [],
9393
"source": [
94-
"print(\"This notebook was created using version 1.55.0 of the Azure ML SDK\")\n",
94+
"print(\"This notebook was created using version 1.56.0 of the Azure ML SDK\")\n",
9595
"print(\"You are currently using version\", azureml.core.VERSION, \"of the Azure ML SDK\")"
9696
]
9797
},

how-to-use-azureml/automated-machine-learning/experimental/regression-model-proxy/auto-ml-regression-model-proxy.yml

-4
This file was deleted.

how-to-use-azureml/automated-machine-learning/forecasting-backtest-many-models/auto-ml-forecasting-backtest-many-models.yml

-4
This file was deleted.

how-to-use-azureml/automated-machine-learning/forecasting-backtest-single-model/auto-ml-forecasting-backtest-single-model.yml

-4
This file was deleted.

how-to-use-azureml/automated-machine-learning/forecasting-bike-share/auto-ml-forecasting-bike-share.yml

-4
This file was deleted.

how-to-use-azureml/automated-machine-learning/forecasting-energy-demand/auto-ml-forecasting-energy-demand.yml

-4
This file was deleted.

how-to-use-azureml/automated-machine-learning/forecasting-forecast-function/auto-ml-forecasting-function.yml

-4
This file was deleted.

how-to-use-azureml/automated-machine-learning/forecasting-github-dau/auto-ml-forecasting-github-dau.yml

-4
This file was deleted.

how-to-use-azureml/automated-machine-learning/forecasting-hierarchical-timeseries/auto-ml-forecasting-hierarchical-timeseries.yml

-4
This file was deleted.

how-to-use-azureml/automated-machine-learning/forecasting-many-models/auto-ml-forecasting-many-models.yml

-4
This file was deleted.

how-to-use-azureml/automated-machine-learning/forecasting-orange-juice-sales/auto-ml-forecasting-orange-juice-sales.yml

-4
This file was deleted.

how-to-use-azureml/automated-machine-learning/forecasting-pipelines/auto-ml-forecasting-pipelines.yml

-4
This file was deleted.

how-to-use-azureml/automated-machine-learning/forecasting-recipes-univariate/auto-ml-forecasting-univariate-recipe-experiment-settings.yml

-4
This file was deleted.

how-to-use-azureml/automated-machine-learning/forecasting-recipes-univariate/auto-ml-forecasting-univariate-recipe-run-experiment.yml

-4
This file was deleted.

0 commit comments

Comments
 (0)