File size: 315 Bytes
46cc63a
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# Production — Meta-Feature Stacking

| File | Description |
|------|-------------|
| `meta_stack_final.joblib` | Scaler + meta-learner bundle |
| `manifest.json` | Metrics from Notebook 14 |

Default model in API, UI, and Docker. Regenerate:

```bash
uv run python -m src.experiments.notebook_14_final_stack
```