dswah / pyGAM

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

gridsearch accepts gamma parameter to exaggerate dof #76

Open dswah opened 7 years ago

dswah commented 7 years ago

it could be nice to add gamma to the gridsearch method. this way a user can manually choose how much to oversmooth

shyamcody commented 4 years ago

277 should solve this. gamma can be chosen from user side now. Code pattern same with #188.