diff --git "a/examples/model_report/\345\206\263\347\255\226\346\240\221\347\273\204\345\220\210\347\255\226\347\225\245\346\214\226\346\216\230.xlsx" "b/examples/model_report/\345\206\263\347\255\226\346\240\221\347\273\204\345\220\210\347\255\226\347\225\245\346\214\226\346\216\230.xlsx" index 51f2a64..22d355d 100644 Binary files "a/examples/model_report/\345\206\263\347\255\226\346\240\221\347\273\204\345\220\210\347\255\226\347\225\245\346\214\226\346\216\230.xlsx" and "b/examples/model_report/\345\206\263\347\255\226\346\240\221\347\273\204\345\220\210\347\255\226\347\225\245\346\214\226\346\216\230.xlsx" differ diff --git a/scorecardpipeline/rule_extraction.py b/scorecardpipeline/rule_extraction.py index be625c8..f452fb8 100644 --- a/scorecardpipeline/rule_extraction.py +++ b/scorecardpipeline/rule_extraction.py @@ -52,7 +52,7 @@ def __init__(self, target="target", labels=["positive", "negative"], feature_map self.dt_rules = pd.DataFrame() self.end_row = 2 self.start_col = 2 - self.describe_columns = ["组合策略", "命中数", "命中率", "好样本数", "好样本占比", "坏样本数", "坏样本占比", "坏率", "样本整体坏率", "LIFT值"] + self.describe_columns = ["组合策略", "命中数", "命中率", "好样本数", "好样本占比", "坏样本数", "坏样本占比", "坏样本率", "LIFT值", "坏账改善", "准确率", "精确率", "召回率", "F1分数", "样本整体坏率"] init_setting()