update samples - test

This commit is contained in:
vizhur
2019-06-25 01:46:55 +00:00
parent 4a6bcebccc
commit 584ed9ae74
198 changed files with 37667 additions and 6903 deletions

View File

@@ -0,0 +1,7 @@
name: img-classification-part1-training
dependencies:
- pip:
- azureml-sdk
- azureml-widgets
- matplotlib
- sklearn

View File

@@ -0,0 +1,6 @@
name: img-classification-part2-deploy
dependencies:
- pip:
- azureml-sdk
- matplotlib
- sklearn

View File

@@ -0,0 +1,5 @@
name: regression-part1-data-prep
dependencies:
- pip:
- azureml-sdk
- azureml-dataprep[pandas]>=1.1.2,<1.2.0

View 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.