Package: glmdisc
Type: Package
Title: Discretization and Grouping for Logistic Regression
Version: 0.2
Date: 2019-08-28
Authors@R: c(person("Adrien", "Ehrhardt", email = "adrien.ehrhardt@inria.fr",
                  role = c("aut", "cre")),
                  person("Vincent", "Vandewalle", email = "vincent.vandewalle@inria.fr",
                  role = c("aut")),
                  person("Christophe", "Biernacki", email = "christophe.biernacki@inria.fr",
                  role = c("ctb")),
                  person("Philippe", "Heinrich", email = "philippe.heinrich@univ-lille1.fr",
                  role = c("ctb")))
Maintainer: Adrien Ehrhardt <adrien.ehrhardt@inria.fr>
Description: A Stochastic-Expectation-Maximization (SEM) algorithm (Celeux et al. (1995) <https://hal.inria.fr/inria-00074164>) associated with a Gibbs sampler which purpose is to learn a constrained representation for logistic regression that is called quantization (Ehrhardt et al. (2019) <arXiv:1903.08920>). Continuous features are discretized and categorical features' values are grouped to produce a better logistic regression model. Pairwise interactions between quantized features are dynamically added to the model through a Metropolis-Hastings algorithm (Hastings, W. K. (1970) <doi:10.1093/biomet/57.1.97>).
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Imports: caret (>= 6.0-82), gam, nnet, RcppNumerical, methods, MASS,
        graphics, Rcpp (>= 0.12.13)
LinkingTo: Rcpp, RcppEigen, RcppNumerical
URL: https://adimajo.github.io
BugReports: https://github.com/adimajo/glmdisc/issues
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown, testthat, covr
VignetteBuilder: knitr
Collate: 'RcppExports.R' 'allClasses.R' 'cut.dataset.R'
        'discretize.link.R' 'generic_cutpoints.R'
        'generic_discretize.R' 'glmdisc.R' 'method_cutpoints.R'
        'method_discretize.R' 'method_plot.R' 'method_predict.R'
        'methods_disc.R' 'normalizedGini.R' 'semDiscretization.R'
NeedsCompilation: yes
Packaged: 2019-09-16 07:57:23 UTC; adrien
Author: Adrien Ehrhardt [aut, cre],
  Vincent Vandewalle [aut],
  Christophe Biernacki [ctb],
  Philippe Heinrich [ctb]
Repository: CRAN
Date/Publication: 2019-09-16 13:50:03 UTC
