| id |
TASK-16 |
| title |
Feature output: type-directed assembler (dense + sparse in one SELECT) |
| status |
To Do |
| assignee |
|
| created_date |
2026-07-18 15:52 |
| updated_date |
2026-07-19 15:50 |
| labels |
|
| milestone |
m-1 |
| dependencies |
|
| priority |
medium |
| ordinal |
16000 |
One SELECT compiles to dense(+)sparse via type-directed decompose+assemble: split the projection by output type -> route -> hstack -> materialize. sklearn ColumnTransformer is the INTERNAL assembly target (not a user API) -- users write SQL, we compile the ColumnTransformer. Depends on the sparse-column (TASK-14) + dense-matrix (TASK-13) tasks.