https://github.com/business-science/gammodels
The parsnip backend for GAM Models.
https://github.com/business-science/gammodels
gam general-additive-model linear-regression logistic-regression parsnip tidymodels
Last synced: about 1 month ago
JSON representation
The parsnip backend for GAM Models.
- Host: GitHub
- URL: https://github.com/business-science/gammodels
- Owner: business-science
- License: other
- Created: 2021-03-20T10:50:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T19:34:23.000Z (about 4 years ago)
- Last Synced: 2025-04-12T04:54:33.405Z (about 1 month ago)
- Topics: gam, general-additive-model, linear-regression, logistic-regression, parsnip, tidymodels
- Language: R
- Homepage: https://business-science.github.io/gammodels/
- Size: 125 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# modelgam
[](https://codecov.io/gh/business-science/modelgam?branch=master)
[](https://github.com/business-science/modelgam/actions)This package is currently under development.
## Installation
Development version:
``` r
# install.packages("devtools")
devtools::install_github("business-science/modelgam")
```