update samples - test
This commit is contained in:
7
tutorials/img-classification-part1-training.yml
Normal file
7
tutorials/img-classification-part1-training.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
name: img-classification-part1-training
|
||||
dependencies:
|
||||
- pip:
|
||||
- azureml-sdk
|
||||
- azureml-widgets
|
||||
- matplotlib
|
||||
- sklearn
|
||||
6
tutorials/img-classification-part2-deploy.yml
Normal file
6
tutorials/img-classification-part2-deploy.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
name: img-classification-part2-deploy
|
||||
dependencies:
|
||||
- pip:
|
||||
- azureml-sdk
|
||||
- matplotlib
|
||||
- sklearn
|
||||
5
tutorials/regression-part1-data-prep.yml
Normal file
5
tutorials/regression-part1-data-prep.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: regression-part1-data-prep
|
||||
dependencies:
|
||||
- pip:
|
||||
- azureml-sdk
|
||||
- azureml-dataprep[pandas]>=1.1.2,<1.2.0
|
||||
10
tutorials/regression-part2-automated-ml.yml
Normal file
10
tutorials/regression-part2-automated-ml.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
name: regression-part2-automated-ml
|
||||
dependencies:
|
||||
- pip:
|
||||
- azureml-sdk
|
||||
- azureml-train-automl
|
||||
- azureml-widgets
|
||||
- azureml-explain-model
|
||||
- matplotlib
|
||||
- pandas_ml
|
||||
- seaborn
|
||||
Binary file not shown.
Reference in New Issue
Block a user