dswah / pyGAM

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

Option to enter column name of dataframe as formula terms #254

Open shounak112358 opened 5 years ago

shounak112358 commented 5 years ago

I was trying to use pyGAM as I don't like changing my interface from Python to R. However, 'mgcv' package of R gives me the opportunity of devising the terms as the column names directly, and see their impact on my model (got more than 200 variables). It could be great if you guys can do something similar so I don't have to go through finding which of the variables have what kind of impact on my models.

deusdevok commented 3 months ago

This is something that can be beneficial. I would like to know if there is something that can be done to achieve this functionality.