pyGAM Logo

Contents:

  • Quick Start
    • Install pyGAM
      • Pip
      • Conda
      • Bleeding edge
      • Get pandas and matplotlib
    • Fit a Model
    • Automatically tune the model
    • Partial Dependence Functions
  • A Tour of pyGAM
    • Introduction
    • Generalized Additive Models, in general
      • Distribution:
      • Link function:
      • Functional Form:
      • in Practice…
    • Terms and Interactions
    • Regression
    • Classification
    • Poisson and Histogram Smoothing
    • Expectiles
    • Custom Models
    • Penalties / Constraints
    • API
    • Current Features
      • Models
      • Terms
      • Distributions
      • Link Functions
      • Callbacks
      • Linear Extrapolation
    • References
  • User API
    • Generalized Additive Model Classes
      • GAM
      • LinearGAM
      • GammaGAM
      • InvGaussGAM
      • LogisticGAM
      • PoissonGAM
      • ExpectileGAM
    • Terms
      • Linear Term
      • Spline Term
      • Factor Term
      • Tensor Term
  • Developer API
    • Terms
    • Distributions
    • Links
    • Callbacks
    • Penalties
pyGAM
  • Docs »
  • Developer API
  • Edit on GitHub
Next Previous

Developer API¶

  • Terms
  • Distributions
  • Links
  • Callbacks
  • Penalties
Next Previous

© Copyright 2018, Daniel Servén and Charlie Brummitt Revision b57b4cf8.

Built with Sphinx using a theme provided by Read the Docs.