dswah / pyGAM

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

Suppress the progress bar #270

Open findaz opened 4 years ago

findaz commented 4 years ago

Is there a means to suppress the progress bar displayed when fitting a GAM, performing a random search, sampling from a posterior probability distribution etc? It creates quite a large and sometimes unnecessary overhead. A verbose=False switch or similar would be really useful. Thanks!