azureml-examples/cli/jobs/pipelines/automl
hakotesova 47af2671c6
pin simplification package version to avoid numpy version update (#3439)
* pin simplification package version to avoid numpy version update

* pin simplification package

* pin simplification package

* reformat files
2024-11-06 10:31:27 -08:00
..
cli-aml-demand-forecast-pipeline
cli-automl-classification-task-bankmarketing-pipeline
cli-automl-regression-housepricing-pipeline
cli-automl-text-classification-multilabel-paper-categorization-pipeline
cli-automl-text-classification-newsgroup-pipeline
cli-automl-text-ner-conll-pipeline
demand-forecast-pipeline
image-instance-segmentation-task-fridge-items-pipeline
image-multiclass-classification-fridge-items-pipeline
image-multilabel-classification-fridge-items-pipeline
image-object-detection-task-fridge-items-pipeline
README.md

README.md

page_type languages products description
sample
azurecli
python
azure-machine-learning
This sample explains how to use AutoML tasks like `Classification` & `Regression` inside pipeline.

AutoML task in pipeline

This sample explains how to

  • use Classification AutoML task to train model to predicate bank marketing inside pipeline.
  • use Regression AutoML task to train model to predicate house pricing inside pipeline.
  • use Forecasting AutoML task to do time series forecasting on nyc energy demand data inside pipeline.

Submit the Pipeline Job with classification task:

az ml job create --file classification-task-bankmarketing-pipeline.yml

Submit the Pipeline Job with regression task:

az ml job create -f regression-task-housepricing-pipeline.yml