From 4ec9178d22013d76ce2638a0761403d5215c23fa Mon Sep 17 00:00:00 2001 From: vizhur Date: Mon, 11 May 2020 21:48:31 +0000 Subject: [PATCH] update samples from Release-46 as a part of SDK release --- .../{automl_env_master.yml => automl_env.yml} | 20 +++++++++---------- .../automl_env_mac.yml | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) rename how-to-use-azureml/automated-machine-learning/{automl_env_master.yml => automl_env.yml} (55%) diff --git a/how-to-use-azureml/automated-machine-learning/automl_env_master.yml b/how-to-use-azureml/automated-machine-learning/automl_env.yml similarity index 55% rename from how-to-use-azureml/automated-machine-learning/automl_env_master.yml rename to how-to-use-azureml/automated-machine-learning/automl_env.yml index 7608ab9b..81655e3f 100644 --- a/how-to-use-azureml/automated-machine-learning/automl_env_master.yml +++ b/how-to-use-azureml/automated-machine-learning/automl_env.yml @@ -1,4 +1,4 @@ -name: automl_env_master +name: azure_automl dependencies: # The python interpreter version. # Currently Azure ML only supports 3.5.2 and later. @@ -12,22 +12,20 @@ dependencies: - scipy==1.4.1 - scikit-learn>=0.19.0,<=0.20.3 - pandas>=0.22.0,<=0.23.4 -- testpath=0.3.1 - py-xgboost<=0.90 -- conda-forge::fbprophet==0.5 -- pytorch::pytorch=1.4.0 +- fbprophet==0.5 +- pytorch=1.4.0 - cudatoolkit=10.1.243 - pip: # Required packages for AzureML execution, history, and data preparation. - - --extra-index-url https://azuremlsdktestpypi.azureedge.net/sdk-release/master/588E708E0DF342C4A80BD954289657CF - - --extra-index-url https://dataprepdownloads.azureedge.net/pypi/weekly-rc-932B96D048E011E8B56608/latest/ - - azureml-defaults<0.1.50 + - azureml-defaults - azureml-dataprep[pandas] - - azureml-train-automl<0.1.50 - - azureml-train<0.1.50 - - azureml-widgets<0.1.50 - - azureml-pipeline<0.1.50 + - azureml-train-automl + - azureml-train + - azureml-widgets + - azureml-pipeline - pytorch-transformers==1.0.0 - spacy==2.1.8 - https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz + diff --git a/how-to-use-azureml/automated-machine-learning/automl_env_mac.yml b/how-to-use-azureml/automated-machine-learning/automl_env_mac.yml index 501763bb..5a31cb65 100644 --- a/how-to-use-azureml/automated-machine-learning/automl_env_mac.yml +++ b/how-to-use-azureml/automated-machine-learning/automl_env_mac.yml @@ -16,7 +16,7 @@ dependencies: - py-xgboost<=0.80 - conda-forge::fbprophet==0.5 - pytorch::pytorch=1.4.0 -- cudatoolkit=10.1.243 +- cudatoolkit=9.0 - pip: # Required packages for AzureML execution, history, and data preparation.