dblr: Discrete Boosting Logistic Regression

Trains logistic regression model by discretizing continuous variables via gradient boosting approach. The proposed method tries to achieve a tradeoff between interpretation and prediction accuracy for logistic regression by discretizing the continuous variables. The variable binning is accomplished in a supervised fashion. The model trained by this package is still a single logistic regression model, but not a sequence of logistic regression models. The fitted model object returned from the model training consists of two tables. One table is used to give the boundaries of bins for each continuous variable as well as the corresponding coefficients, and the other one is used for discrete variables. This package can also be used for binning continuous variables for other statistical analysis.

Getting started

Package details

AuthorNailong Zhang
MaintainerNailong Zhang <setseed2016@gmail.com>
LicenseGPL-3
Version0.1.0
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("dblr")

Try the dblr package in your browser

Any scripts or data that you put into this service are public.

dblr documentation built on May 2, 2019, 8:18 a.m.