create_ml_project
Initialize an AutoML pipeline project from a CAS training table, verifying the table is loaded in memory before creation.
Instructions
Create a new AutoML pipeline automation project from a CAS table.
The training table must already be loaded into CAS memory at global
scope. This tool verifies that first and returns an actionable error
otherwise (use promote_table_to_memory to load + promote a source
table, and list_source_tables to find one). The data-table URI is
built from server_id/caslib_name/table_name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | Yes | Name for the project. | |
| caslib_name | Yes | Caslib containing the training table. | |
| table_name | Yes | Name of the (loaded, global) training table. | |
| target_variable | Yes | Name of the target/response variable. | |
| server_id | No | CAS server name or ID (default 'cas-shared-default'). | cas-shared-default |
| description | No | Optional project description. | |
| prediction_type | No | 'binary', 'interval', or 'nominal' (default 'binary'). | binary |
| target_event_level | No | Target event level for binary/nominal classification (default '1'). | 1 |
| auto_run | No | Whether to automatically run pipelines after creation (default True). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||