Welcome to SmoothForge: a collection of open-source R and Python tools focused on smoothing and generalized additive modelling (GAM).
Click any icon to open the repository.
pymgcv A Python interface to mgcv |
mgcViz GAM visualization tools |
qgam Quantile GAMs |
gamFactory Nested smooth effects |
gamstackr Smooth model stacking |
SCM Smooth covariance modelling |
To install any of the R packages above from GitHub do (replace REPO
with the package of choice):
# install.packages("remotes") remotes::install_github("SmoothForge/REPO")