← Back to list

fuzzy-augmentation-reject-inference
by crossxwill
The course emphasizes interpretable machine learning techniques and their applications in the financial services industry.
⭐ 5🍴 0📅 Jan 21, 2026
SKILL.md
name: fuzzy-augmentation-reject-inference description: Build a Through-the-Door training set with reject inference using fuzzy augmentation, including PD-based sample weights; pairs with autogluon-tabularpredictor-fit for modeling the augmented data.
Fuzzy Augmentation Reject Inference
Purpose
Create a weighted Through-the-Door dataset by scoring rejected applicants with a KGB model, duplicating them as good and bad outcomes, and assigning sample_weight by predicted PD.
Usage
- "apply fuzzy augmentation"
- "build TTD dataset with reject inference"
- "weight rejected applicants by PD"
Instructions
- Train a logistic regression model on accepted data to estimate PD.
- Score rejected applicants to get PD values.
- Create two copies of rejected rows:
- Copy A:
default_flag = 1,sample_weight = PD - Copy B:
default_flag = 0,sample_weight = 1 - PD
- Copy A:
- Combine accepted data with both copies of rejected data and add a
sourcecolumn. - Use
./scripts/create_ttd_data.pyto standardize the augmentation. - Summarize results using
./templates/ttd_summary.md.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon