Aminem83

Results 1 comments of Aminem83

> It seems this can be simply fixed by adding "callbacks=callbacks," to line 2267 of pygam.py. here is complete correction to pygam.py (line 2461): super(LinearGAM, self).__init__( callbacks=callbacks, terms=terms, distribution=NormalDist(scale=self.scale), link='identity',...