Files
MachineLearningNotebooks/automl/automl_env.yml
rastala 1f369d2271 AutoML notebook fix
Fixes to AutoML notebooks
2018-09-20 13:04:24 -04:00

21 lines
485 B
YAML

name: azure_automl
dependencies:
# The python interpreter version.
# Currently Azure ML only supports 3.5.2 and later.
- python=3.6
- nb_conda
- matplotlib
- numpy>=1.11.0,<1.16.0
- scipy>=0.19.0,<0.20.0
- scikit-learn>=0.18.0,<=0.19.1
- pandas>=0.19.0,<0.23.0
- pip:
# Required packages for AzureML execution, history, and data preparation.
- --extra-index-url https://pypi.python.org/simple
- azureml-sdk[automl]
- azureml-train-widgets
- azure-cli
- pandas_ml