mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-19 17:17:04 -05:00
update samples from Release-132 as a part of 1.0.48 SDK release
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
|
||||
Reference in New Issue
Block a user