-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathorganization.txt
More file actions
41 lines (27 loc) · 925 Bytes
/
organization.txt
File metadata and controls
41 lines (27 loc) · 925 Bytes
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
config
------
Implemented the base model parameter configuration objects: loss, penalty, penalty flavor, and constraint. Also includes the tuning objects for these model parameters;
infer
-----
Implements statistical inference procedures such as estimating the degrees of freedom.
metrics
-------
Computes metrics used for model selection and diagnostics such as information criteria.
opt
---
Built in optimization library including FISTA, ADMM, and LLA algorithms. Comes with support for GLM loss functions, penalties and constraints.
cvxpy
-----
Support for cvxpy based solvers.
pen_max
-------
Computes the largest reasonable penalty value for combinations of loss + penalties.
solver
------
Provides the solver wrapper objects that are used to compute the penalized GLM solutions.
tests
-----
Test cases for yaglm.
tune
----
Handles tuning logistics e.g. cross-validation. Also has some tuning diagnostics.