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
- Host: GitHub
- URL: https://github.com/nanxstats/logreg
- Owner: nanxstats
- License: other
- Created: 2019-10-04T19:20:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T21:31:32.000Z (about 4 years ago)
- Last Synced: 2025-03-05T22:11:51.927Z (about 1 year ago)
- Topics: automatic-differentiation, computational-graphs, logistic-regression, regularization, regularized-linear-regression
- Language: R
- Homepage: https://nanx.me/logreg/
- Size: 1.11 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# logreg 
[](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.