Formula-first generalized additive models (GAMs) with a high-performance Rust core. Version 0.1.176, actively developed (GitHub).
pip install gamfitNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Fit a simple GAM with smooth term.
Use gamfit>=0.1.176,<1.0.0 and test upgrades.
Use `from gamfit import GAM`.
Use `y ~ s(x)`, not `y ~ 's(x)'`.
Cast data to `np.float64` if needed.
No dependency data recorded yet.