Contribute Media
A thank you to everyone who makes this possible: Read More

pyGAM: balancing interpretability and predictive power using Generalized Additive Models in Python

Description

With nonlinear models it is difficult to find a balance between predictive power and interpretability. How does feature A affect the output y? How will the model extrapolate? Generalized Additive Models are flexible and interpretable, with great implementations in R, but few options in the Python universe. pyGAM is a new open source library that offers to fill this gap.

Details

Improve this page