DataTaunew | comments | leaders | submitlogin
3 points by roycoding 3200 days ago | link | parent

Does anyone know of a decent Python implementation of GAM?


2 points by Cartin1234 3200 days ago | link

Statsmodels pr: https://github.com/statsmodels/statsmodels/pull/2435

also you can whip one up in pymc 3

-----

1 point by jqgatsby 3184 days ago | link

I've seen people doing GLMs in pymc3, but no examples of GAMs yet. Can you provide more guidance?

-----

1 point by plough_jogger 3200 days ago | link

This may work: https://github.com/jcrudy/py-earth

-----

1 point by dpipkin 3200 days ago | link

My first thoughts as well! I'm going to be trying it out in R tonight, but it looks like there are some people working on an implementation in statsmodels and scikit-learn.

-----




RSS | Announcements