azureml-examples/cli/jobs/pipelines/automl/cli-automl-regression-house...
jeff-shepherd 0fe5cf5b3d
Updated to sklearn-1.5 (#3297)
* Updated to sklearn-1.5
* Removed deprecated 'normalize' parameter
2024-07-19 10:27:34 -07:00
..
components Updated to sklearn-1.5 (#3297) 2024-07-19 10:27:34 -07:00
environment Upgrade scikit-learn (#3126) 2024-04-18 08:24:57 -07:00
house_pricing Add automl pipeline changes to main (#1638) 2022-09-19 23:33:42 +05:30
README.md fixing languages section in the sample metadata (#2171) 2023-03-31 12:57:09 -07:00
pipeline.yml added preprocessing code (#1906) 2022-12-01 22:15:28 +05:30

README.md

page_type languages products description
sample
azurecli
python
azure-machine-learning
How to use AutoML `Regression` inside pipeline?

AutoML Regression task in pipeline

This sample explains how to use Regression AutoML task to train model and predict house pricing inside pipeline.

Submit the Pipeline Job with regression task:

az ml job create -f pipeline.yml