-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.35 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: gglasso
Title: Group Lasso Penalized Learning Using a Unified BMD Algorithm
Version: 1.5.1
Authors@R: c(
person("Yi", "Yang", email = "[email protected]",
role = c("aut", "cre"), comment = "http://www.math.mcgill.ca/yyang/"),
person("Hui", "Zou", email = "[email protected]",
role = c("aut"), comment = "http://users.stat.umn.edu/~zouxx019/"),
person("Sahir", "Bhatnagar", email = "[email protected]",
role = c("aut"), comment = "http://sahirbhatnagar.com/")
)
Maintainer: Yi Yang <[email protected]>
Description: A unified algorithm, blockwise-majorization-descent (BMD), for efficiently computing the solution paths of the group-lasso penalized least squares, logistic regression, Huberized SVM and squared SVM. The package is an implementation of Yang, Y. and Zou, H. (2015) DOI: <doi:10.1007/s11222-014-9498-5>.
License: GPL-2
Imports: methods
URL: https://github.com/emeryyi/gglasso
BugReports: https://github.com/emeryyi/gglasso/issues
Packaged: 2024-03-24 10:55:14 UTC; hornik
Repository: CRAN
Date/Publication: 2024-03-24 14:45:12 UTC
RoxygenNote: 7.0.2
Suggests: testthat, knitr, rmarkdown
Encoding: UTF-8
LazyData: TRUE
VignetteBuilder: knitr
NeedsCompilation: yes
Author: Yi Yang [aut, cre] (http://www.math.mcgill.ca/yyang/),
Hui Zou [aut] (http://users.stat.umn.edu/~zouxx019/),
Sahir Bhatnagar [aut] (http://sahirbhatnagar.com/)