Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,9 @@ Predicts next-day settlement-fail notional for US Treasuries & corporates.
|
|
19 |
* `xgb_next_day_fails_model.joblib` – point prediction
|
20 |
* `lgb_quantile90_next_day_fails.joblib` – 90-percentile upper-bound
|
21 |
|
|
|
|
|
|
|
22 |
Trained on FINRA FTD + TRACE (2009-2025).
|
23 |
|
24 |
**Usage**
|
|
|
19 |
* `xgb_next_day_fails_model.joblib` – point prediction
|
20 |
* `lgb_quantile90_next_day_fails.joblib` – 90-percentile upper-bound
|
21 |
|
22 |
+
|
23 |
+
<img src="streaming forecaster.PNG" alt="Streaming Fail-Forecaster: training & inference flow" width="60%">
|
24 |
+
|
25 |
Trained on FINRA FTD + TRACE (2009-2025).
|
26 |
|
27 |
**Usage**
|