What problem does it solve?
Raw credit data often contains abnormal periods, high missing rates, low-information variables, unstable distributions, noise features, and high correlations that degrade loan default models. This Skill automates the full data cleaning and variable screening pipeline so analysts can prepare modeling-ready datasets without manual filtering.
Core Features & Use Cases
- 11-Step Cleaning Pipeline: Covers data loading, organization sample analysis, OOS separation, abnormal month filtering, missing rate calculation, IV/PSI-based variable removal, Null Importance denoising, and high-correlation elimination.
- Organization-Level Analysis: Computes IV, PSI, and missing rates per organization with multi-process acceleration, distinguishing modeling samples from out-of-sample (OOS) organizations.
- Excel Report Generation: Exports a complete cleaning report with 15 sheets covering details, statistics, and distributions for every step.
- Use Case: A risk analyst receives raw multi-organization loan application data and needs to select stable, predictive features before training a scorecard model. Run the pipeline to automatically drop low-IV, high-PSI, and noise variables and receive a full audit report.
Quick Start
Run the example script with python scripts/example.py and follow the interactive prompts to enter your data path, column names, and thresholds.