Package: FTRLProximal
Title: FTRL Proximal Implementation for Elastic Net Regression
Version: 0.3.0
Authors@R: person("Vilhelm", "von Ehrenheim", email = "vonehrenheim@gmail.com", role = c("aut", "cre"))
Description: Implementation of Follow The Regularized Leader (FTRL) Proximal algorithm, proposed by McMahan et al. (2013) <doi:10.1145/2487575.2488200>, used for online training of large scale regression models using a mixture of L1 and L2 regularization.
URL: https://github.com/while/FTRLProximal
BugReports: https://github.com/while/FTRLProximal/issues
Depends: R (>= 3.2.3)
Imports: Matrix, methods
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
Suggests: testthat, covr, mlbench
NeedsCompilation: yes
Packaged: 2017-01-03 07:39:26 UTC; while
Author: Vilhelm von Ehrenheim [aut, cre]
Maintainer: Vilhelm von Ehrenheim <vonehrenheim@gmail.com>
Repository: CRAN
Date/Publication: 2017-01-03 11:25:34
