Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
-
# Model card
|
| 5 |
|
| 6 |
-
**Artifacts:**
|
| 7 |
|
| 8 |
-
**
|
| 9 |
|
| 10 |
**What this is:** CPU **XGBoost** (`tree_method="hist"`) + **`CalibratedClassifierCV`** (sigmoid, `cv=4`), saved as **`calibrated_model.joblib`** (scikit-learn / **joblib** — not Transformers). Load in Python with **`joblib.load`**. Use **`model_meta.json`** with it: **14** feature names in order (`feature_columns`), score formula, holdout **metrics**, tier labels.
|
| 11 |
|
|
@@ -20,3 +20,4 @@ license: mit
|
|
| 20 |
**Use / limits:** Prioritization / exploration only — **not** an automatic lending decision. Simulated labels; **no** fairness audit on protected attributes (not in schema). Hyperparameters **hand-tuned**, not full HPO.
|
| 21 |
|
| 22 |
**Privacy:** Scores only with **member consent** and **minimum necessary** identifiers.
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
# Model card — Ikimina Reliability Index
|
| 5 |
|
| 6 |
+
**Artifacts:** Use the **Files** tab on this repository. Required: **`calibrated_model.joblib`**, **`model_meta.json`**. Optional: **`month_imputes.json`**, **`group_reliability.json`**.
|
| 7 |
|
| 8 |
+
**Source code:** This repository stores checkpoints only. The training and scoring pipeline is implemented in **`generate_data.py`**, **`features.py`**, **`train_model.py`**, **`scorer.py`**, and **`train.ipynb`**, supplied alongside this model as part of the same deliverable.
|
| 9 |
|
| 10 |
**What this is:** CPU **XGBoost** (`tree_method="hist"`) + **`CalibratedClassifierCV`** (sigmoid, `cv=4`), saved as **`calibrated_model.joblib`** (scikit-learn / **joblib** — not Transformers). Load in Python with **`joblib.load`**. Use **`model_meta.json`** with it: **14** feature names in order (`feature_columns`), score formula, holdout **metrics**, tier labels.
|
| 11 |
|
|
|
|
| 20 |
**Use / limits:** Prioritization / exploration only — **not** an automatic lending decision. Simulated labels; **no** fairness audit on protected attributes (not in schema). Hyperparameters **hand-tuned**, not full HPO.
|
| 21 |
|
| 22 |
**Privacy:** Scores only with **member consent** and **minimum necessary** identifiers.
|
| 23 |
+
|