dswah / pyGAM

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

Bam algorithm implementation #304

Open CatarinaPC opened 3 years ago

CatarinaPC commented 3 years ago

Hello

I wanted to know if an implementation of the bam() function in R (mgcv package) is available in pyGam? The bam() function in R:

Fits a generalized additive model (GAM) to a very large data set

I saw something regarding bam in the issue #187 and the pull #188 .

Can you make it clear to me if it is available and how to use it?