Skip to content

Commit

Permalink
sadfdsf
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jan 14, 2025
1 parent 95e277d commit f6260bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/interpret-core/interpret/glassbox/_ebm/_ebm.py
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ def fit(self, X, y, sample_weight=None, bags=None, init_score=None):

if bag is not None:
keyss = sum(i * int(x) for i, x in enumerate(bag))
sys.stderr.write(str(keyss))
sys.stderr.write(str(keyss))
else:
bag = bags[idx]
if not isinstance(bag, np.ndarray):
Expand Down

0 comments on commit f6260bc

Please sign in to comment.