mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-21 10:05:09 -05:00
11 lines
198 B
YAML
11 lines
198 B
YAML
name: train-hyperparameter-tune-deploy-with-keras
|
|
dependencies:
|
|
- pip:
|
|
- azureml-sdk
|
|
- azureml-widgets
|
|
- tensorflow==1.13.1
|
|
- keras==2.2.5
|
|
- matplotlib==3.0.3
|
|
- numpy==1.16.2
|
|
- pandas
|