dswah / pyGAM

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

PyGam hyper paramaters access after Pickle Load #296

Open smartersig opened 3 years ago

smartersig commented 3 years ago

Hi, Accessing a PyGam hyper parameters is not a problem when using model.get_params() however when you save the model using pickle and then later re load it using pickle the get_params throws a recursion error. Any ideas on what is causing this and possible work around.... thanks