Skip to content

Commit

Permalink
fix bug where parameter callbacks is not set in LinearGAM constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Denise Schmitz committed Aug 22, 2024
1 parent a6c14e4 commit fba72ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pygam/pygam.py
Original file line number Diff line number Diff line change
Expand Up @@ -2461,6 +2461,7 @@ def __init__(
terms=terms,
distribution=NormalDist(scale=self.scale),
link='identity',
callbacks=callbacks,
max_iter=max_iter,
tol=tol,
fit_intercept=fit_intercept,
Expand Down

0 comments on commit fba72ad

Please sign in to comment.