-
Notifications
You must be signed in to change notification settings - Fork 84
/
.zenodo.json
112 lines (112 loc) · 2.76 KB
/
.zenodo.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"title": "Pyglmnet: Python implementation of elastic-net regularized generalized linear models",
"description": "Pyglmnet is a Python library that provides an implementation of generalized linear models with advanced regularization methods, and a scikit-learn compatible API.",
"creators": [
{
"affiliation": "Martinos Center of Biomedical Imaging",
"name": "Mainak Jas",
"orcid": "0000-0002-3199-9027"
},
{
"affiliation": "University of Pennsylvania",
"name": "Titipat Achakulvisut",
"orcid": "0000-0002-2124-2979"
},
{
"affiliation": "Loyola University",
"name": "Aid Idrizović"
},
{
"affiliation": "Syracuse University",
"name": "Daniel E. Acuna"
},
{
"affiliation": "Northwestern University",
"name": "Matthew Antalek"
},
{
"affiliation": "Loyola University",
"name": "Vinicius Marques"
},
{
"affiliation": "Sonat Consulting",
"name": "Tommy Odland"
},
{
"affiliation": "Northwestern University",
"name": "Ravi Prakash Garg"
},
{
"affiliation": "Princeton University",
"name": "Mayank Agrawal"
},
{
"affiliation": "NTT Data Mathematical Systems Inc",
"name": "Yu Umegaki"
},
{
"affiliation": "605",
"name": "Peter Foley",
"orcid": "0000-0002-0304-7213"
},
{
"affiliation": "Rockets of Awesome",
"name": "Hugo L Fernandes",
"orcid": "0000-0002-0168-4104"
},
{
"affiliation": "Epoch Capital",
"name": "Drew Harris"
},
{
"affiliation": "University of Washington",
"name": "Beibin Li"
},
{
"affiliation": "Ghent University, Research Institute for Agriculture Fisheries and Food",
"name": "Olivier Pieters",
"orcid": "0000-0002-5473-4849"
},
{
"affiliation": "Clean Power Research",
"name": "Scott Otterson"
},
{
"affiliation": "University of Trento",
"name": "Giovanni De Toni",
"orcid": "0000-0002-8387-9983"
},
{
"affiliation": "Columbia University",
"name": "Chris Rodgers",
"orcid": "0000-0003-1762-3450"
},
{
"affiliation": "Georgia Institute of Technology",
"name": "Eva Dyer"
},
{
"affiliation": "Martinos Center of Biomedical Imaging",
"name": "Matti Hamalainen"
},
{
"affiliation": "University of Pennsylvania",
"name": "Konrad Kording"
},
{
"affiliation": "System1 Biosciences Inc",
"name": "Pavan Ramkumar",
"orcid": "0000-0001-7450-0727"
}
],
"keywords": [
"Python",
"glm",
"machine-learning",
"lasso",
"elastic-net",
"group-lasso"
],
"license": "MIT",
"upload_type": "software"
}