Skip to main content
Ctrl+K

pyGAM

  • Quick Start
  • A Tour of pyGAM
  • API Reference
  • PyPI
  • GitHub
  • Quick Start
  • A Tour of pyGAM
  • API Reference
  • PyPI
  • GitHub

Section Navigation

  • pygam.pygam
    • ExpectileGAM
    • GAM
    • GammaGAM
    • InvGaussGAM
    • LinearGAM
    • LogisticGAM
    • PoissonGAM
  • pygam.terms
    • f
    • l
    • s
    • te
    • FactorTerm
    • Intercept
    • LinearTerm
    • MetaTermMixin
    • SplineTerm
    • TensorTerm
    • Term
    • TermList
  • pygam.distributions
    • divide_weights
    • multiply_weights
    • BinomialDist
    • Distribution
    • GammaDist
    • InvGaussDist
    • NormalDist
    • PoissonDist
  • pygam.links
    • IdentityLink
    • InvSquaredLink
    • InverseLink
    • Link
    • LogLink
    • LogitLink
  • pygam.penalties
    • concave
    • convex
    • convexity_
    • derivative
    • l2
    • monotonic_dec
    • monotonic_inc
    • monotonicity_
    • none
    • periodic
    • sparse_diff
    • wrap_penalty
  • pygam.callbacks
    • validate_callback
    • validate_callback_data
    • Accuracy
    • CallBack
    • Coef
    • Deviance
    • Diffs
  • API Reference
  • pygam.pygam

pygam.pygam#

pyGAM Model Clases

Classes

ExpectileGAM

Expectile GAM.

GAM

Generalized Additive Model.

GammaGAM

Gamma GAM.

InvGaussGAM

Inverse Gaussian GAM.

LinearGAM

Linear GAM.

LogisticGAM

Logistic GAM.

PoissonGAM

Poisson GAM.

previous

API Reference

next

ExpectileGAM

Edit on GitHub

This Page

  • Show Source

Β© Copyright 2025 pyGAM Developers.

πŸŒΏπŸ› Found a bug? Have an idea? Please submit it