Skip to content

Commit

Permalink
fix describe_columns
Browse files Browse the repository at this point in the history
  • Loading branch information
itlubber committed May 10, 2024
1 parent 7ccde55 commit 7c7bb56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified examples/model_report/决策树组合策略挖掘.xlsx
Binary file not shown.
2 changes: 1 addition & 1 deletion scorecardpipeline/rule_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 7c7bb56

Please sign in to comment.