mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-25 01:00:11 -05:00
11 lines
175 B
YAML
11 lines
175 B
YAML
name: train-on-remote-vm
|
|
dependencies:
|
|
- matplotlib
|
|
- tqdm
|
|
- scikit-learn==0.22.1
|
|
- numpy==1.18.1
|
|
- pip:
|
|
- azureml-sdk
|
|
- azureml-widgets
|
|
- azureml-dataprep[fuse,pandas]
|