update samples from Release-132 as a part of 1.0.48 SDK release

This commit is contained in:
vizhur
2019-07-09 22:02:57 +00:00
parent 9e0fc4f0e7
commit 475ea36106
195 changed files with 31305 additions and 4675 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