mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-22 02:25:12 -05:00
13 lines
359 B
YAML
13 lines
359 B
YAML
name: auto-ml-classification-text-dnn
|
|
dependencies:
|
|
- pip:
|
|
- azureml-sdk
|
|
- azureml-train-automl
|
|
- azureml-widgets
|
|
- matplotlib
|
|
- https://download.pytorch.org/whl/cpu/torch-1.1.0-cp35-cp35m-win_amd64.whl
|
|
- sentencepiece==0.1.82
|
|
- pytorch-transformers==1.0
|
|
- spacy==2.1.8
|
|
- https://aka.ms/automl-resources/packages/en_core_web_sm-2.1.0.tar.gz
|