An open API service indexing awesome lists of open source software.

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.

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

[![Codecov test coverage](https://codecov.io/gh/business-science/modelgam/branch/master/graph/badge.svg)](https://codecov.io/gh/business-science/modelgam?branch=master)
[![R-CMD-check](https://github.com/business-science/modelgam/workflows/R-CMD-check/badge.svg)](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")
```