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

https://github.com/nanxstats/logreg

Regularized logistic regressions with computational graphs
https://github.com/nanxstats/logreg

automatic-differentiation computational-graphs logistic-regression regularization regularized-linear-regression

Last synced: about 1 year ago
JSON representation

Regularized logistic regressions with computational graphs

Awesome Lists containing this project

README

          

# logreg

[![R-CMD-check](https://github.com/nanxstats/logreg/workflows/R-CMD-check/badge.svg)](https://github.com/nanxstats/logreg/actions)

Implements logistic regression and regularized logistic regression models with the computational graph and automatic differentiation framework provided by the R package [`cgraph`](https://github.com/triepels/cgraph).

Check out the [vignette](https://nanx.me/logreg/articles/logreg.html) or the [blog post](https://nanx.me/blog/post/cgraph-logreg/) for details.

## Installation

Install from GitHub:

```r
remotes::install_github("nanxstats/logreg")
```

## License

logreg is free and open source software, licensed under MIT.