Skip to content

Commit

Permalink
fix combiner adj_rule
Browse files Browse the repository at this point in the history
  • Loading branch information
itlubber committed Aug 23, 2024
1 parent aebd13f commit 12b8a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scorecardpipeline/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def __init__(self, target="target", method='chi', empty_separate=True, min_n_bin
self.min_prebin_size = min_prebin_size
self.gamma = gamma
self.monotonic_trend = monotonic_trend
self.adj_rules = adj_rules or {}
self.adj_rules = adj_rules
self.n_jobs = n_jobs

def update(self, rules):
Expand Down

0 comments on commit 12b8a05

Please sign in to comment.