File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed
how-to-use-azureml/automated-machine-learning Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1- name : automl_env_master
1+ name : azure_automl
22dependencies :
33 # The python interpreter version.
44 # Currently Azure ML only supports 3.5.2 and later.
@@ -12,22 +12,20 @@ dependencies:
1212- scipy==1.4.1
1313- scikit-learn>=0.19.0,<=0.20.3
1414- pandas>=0.22.0,<=0.23.4
15- - testpath=0.3.1
1615- py-xgboost<=0.90
17- - conda-forge:: fbprophet==0.5
18- - pytorch::pytorch =1.4.0
16+ - fbprophet==0.5
17+ - pytorch=1.4.0
1918- cudatoolkit=10.1.243
2019
2120- pip :
2221 # Required packages for AzureML execution, history, and data preparation.
23- - --extra-index-url https://azuremlsdktestpypi.azureedge.net/sdk-release/master/588E708E0DF342C4A80BD954289657CF
24- - --extra-index-url https://dataprepdownloads.azureedge.net/pypi/weekly-rc-932B96D048E011E8B56608/latest/
25- - azureml-defaults<0.1.50
22+ - azureml-defaults
2623 - azureml-dataprep[pandas]
27- - azureml-train-automl<0.1.50
28- - azureml-train<0.1.50
29- - azureml-widgets<0.1.50
30- - azureml-pipeline<0.1.50
24+ - azureml-train-automl
25+ - azureml-train
26+ - azureml-widgets
27+ - azureml-pipeline
3128 - pytorch-transformers==1.0.0
3229 - spacy==2.1.8
3330 - https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
31+
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies:
1616- py-xgboost<=0.80
1717- conda-forge::fbprophet==0.5
1818- pytorch::pytorch=1.4.0
19- - cudatoolkit=10.1.243
19+ - cudatoolkit=9.0
2020
2121- pip :
2222 # Required packages for AzureML execution, history, and data preparation.
You can’t perform that action at this time.
0 commit comments