create_ml_project
Create an AutoML pipeline project by providing training data, target variable, and prediction type, enabling automated model training and evaluation.
Instructions
Create a new AutoML pipeline automation project.
SAS auto-detects the target's measurement level from the data; for
classification targets, target_event_level selects the modeled
event level. The data table must be loaded in CAS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto_run | No | Whether to automatically run pipelines after creation (default True). | |
| description | No | Optional project description. | |
| project_name | Yes | Name for the project. | |
| data_table_uri | Yes | URI of the training data table (e.g. '/dataTables/dataSources/cas~fs~cas-shared-default~fs~Public/tables/HMEQ'). | |
| prediction_type | No | 'binary', 'interval', or 'nominal' (default 'binary'). Use 'nominal' for a multiclass target (3+ categories), 'interval' for a numeric target. | binary |
| target_variable | Yes | Name of the target/response variable. | |
| target_event_level | No | Event level for a BINARY target only (default '1'); ignored for 'nominal' (multiclass) and 'interval' (numeric), where SAS auto-detects the levels. | 1 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||