Worked notebooks
The repository includes self-contained notebook folders under notebooks/. Each folder contains an .ipynb notebook and, where available, matching .py, .html, data, and metadata files.
Folder |
Focus |
|---|---|
|
End-to-end fitting, pattern extraction, and explanation walkthrough. |
|
Comparison against common tabular baselines; refreshed in v1.1.7 with the current baseline run and HUGIML grid settings. |
|
HUGIML profiles versus EBM-style additive shape functions. |
|
Multiclass targets, imbalance, high-cardinality categoricals, adaptive binning, and pruning. |
|
Credit-risk governance using German Credit-style data. |
|
Anti-money-laundering suspicious transaction patterns. |
|
Mobile-money fraud review signals. |
|
Basel capital-adequacy style risk analytics. |
|
Clinical classification and healthcare pattern explanations. |
|
Insurance underwriting risk-selection patterns. |
|
Medicare program-integrity review. |
|
Workforce attrition and HR risk patterns. |
Publishing notebooks
For Read the Docs, keep notebooks as repository examples and link to their HTML exports rather than executing all notebooks during documentation builds. This keeps documentation builds fast and avoids optional data or long-running benchmark dependencies.