CRAN/E | dblr

dblr

Discrete Boosting Logistic Regression

Installation

About

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.

Key Metrics

Version 0.1.0
Published 2017-10-11 2397 days ago
Needs compilation? no
License GPL-3
CRAN checks dblr results

Downloads

Yesterday 5 0%
Last 7 days 48 -27%
Last 30 days 223 +3%
Last 90 days 604 -33%
Last 365 days 2.715 -17%

Maintainer

Maintainer

Nailong Zhang

setseed2016@gmail.com

Authors

Nailong Zhang

Material

Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Imports

data.table ≥ 1.9.6
xgboost ≥ 0.6-4
CatEncoders ≥0.1.1
Metrics ≥ 0.1.1
methods