dswah / pyGAM

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

Returning heldout predictions GCV? (e.g. store_cv_values from sklearn's RidgeCV) #282

Open ColinConwell opened 3 years ago

ColinConwell commented 3 years ago

Is it possible to return the cross-validated predictions from the GCV process? sklearn's RidgeCV (which natively uses GCV) has an option for this, and I'm wondering if there's something similar in PyGam. This would effectively equate to retaining in some variable each of the heldout predictions (one for each sample).