pyGAM icon indicating copy to clipboard operation
pyGAM copied to clipboard

add random sampling to gridsearch

Open dswah opened this issue 6 years ago • 3 comments

this will make possible to search a huge model spaces.

dswah avatar Nov 30 '17 15:11 dswah

Talking out loud but would this be better than something like bayesian grid search?

arose13 avatar Nov 10 '18 04:11 arose13

@arose13 That's a good point! Have you worked with any bayesian-optimization libraries? Would you know how we could get pyGAM to be compatible with with some common APIs?

actually the original reason for this feature request isn't really relevant any more. I think i made the request so that we could randomly optimize many models for a given dataset and that way generate a distribution of models, but that need was mitigated by randomly specifying the grid in the gridsearch

dswah avatar Nov 19 '18 09:11 dswah

I have used a few. I can experiment today with seeing how trivial it is (it shouldn't be too hard)

arose13 avatar Nov 19 '18 12:11 arose13