dswah / pyGAM

[HELP REQUESTED] Generalized Additive Models in Python
https://pygam.readthedocs.io
Apache License 2.0
852 stars 156 forks source link

Pass callbacks argument to LinearGAM super init - fixes #291 #320

Open miguelfmc opened 1 year ago

miguelfmc commented 1 year ago

callbacks argument to be passed to LinearGAM's super().__init__() call.

This basically addresses issue #291 regarding cloning LinearGAM estimator with sklearn functions, like cross_validate.