dswah / pyGAM

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

Questions about extensibility #299

Open vnmabus opened 3 years ago

vnmabus commented 3 years ago

Hi, I was looking at this project as a possible candidate to implement generalized functional linear models in the future, in combination with my own functional data package scikit-fda. The objective would be to implement our own Term classes, that accept functional data. In order for this to be feasible, I have a few questions to ask.