dswah / pyGAM

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

add example for empirical prediction intervals using sampling #156

Open dswah opened 6 years ago

dswah commented 6 years ago

using the approach laid out in: https://github.com/dswah/pyGAM/issues/154

dswah commented 6 years ago

perhaps this should actually be the default behavior for the prediction_interval() method on all GAMs besides the LinearGAM