mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-21 01:55:07 -05:00
27 lines
550 B
YAML
27 lines
550 B
YAML
name: azure_automl
|
|
dependencies:
|
|
# The python interpreter version.
|
|
# Currently Azure ML only supports 3.5.2 and later.
|
|
- pip
|
|
- nomkl
|
|
- python>=3.5.2,<3.6.8
|
|
- nb_conda
|
|
- matplotlib==2.1.0
|
|
- numpy>=1.11.0,<=1.16.2
|
|
- cython
|
|
- urllib3<1.24
|
|
- scipy>=1.0.0,<=1.1.0
|
|
- scikit-learn>=0.19.0,<=0.20.3
|
|
- pandas>=0.22.0,<0.23.0
|
|
- py-xgboost<=0.80
|
|
- pyarrow>=0.11.0
|
|
|
|
- pip:
|
|
# Required packages for AzureML execution, history, and data preparation.
|
|
- azureml-defaults
|
|
- azureml-train-automl
|
|
- azureml-widgets
|
|
- azureml-explain-model
|
|
- pandas_ml
|
|
|