Mirae Kang
feat: implement new models and improve UI, #23
46cc63a
|
Raw
History Blame Contribute Delete
315 Bytes
# 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
```