Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
-
# Model card
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
**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.
|
| 7 |
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
# Model card - Ikimina Reliability Index
|
| 5 |
+
|
| 6 |
+
**Artifacts:** On the Hugging Face repo, open the **Files** tab. You should see **`calibrated_model.joblib`** and **`model_meta.json`** (required), and optionally **`month_imputes.json`**, **`group_reliability.json`**.
|
| 7 |
+
|
| 8 |
+
**Reproducibility:** Full pipeline code is in your submitted project (`generate_data.py`, `features.py`, `train_model.py`, `scorer.py`, `train.ipynb`). If the brief requires a public Git URL, paste it on this line: _[repository URL]_.
|
| 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 |
|