|
6 | 6 | ========= |
7 | 7 | Tutorials |
8 | 8 | ========= |
9 | | ----------------- |
10 | 9 |
|
| 10 | +.. grid:: 1 1 2 2 |
| 11 | + :gutter: 2 |
11 | 12 |
|
12 | | -:ref:`How to add a custom datafit <how_to_add_custom_datafit>` |
13 | | --------------------------------------------------------------- |
| 13 | + .. grid-item-card:: How to Add a Custom Datafit |
| 14 | + :link: add_datafit.html |
| 15 | + :text-align: left |
14 | 16 |
|
15 | | -Learn to add a custom datafit through a hands-on examples: Implementing a Poisson datafit. |
| 17 | + Learn to add a custom datafit through a hands-on examples: Implementing a Poisson datafit. |
16 | 18 |
|
| 19 | + .. grid-item-card:: How to Add a Custom Penalty |
| 20 | + :link: add_penalty.html |
| 21 | + :text-align: left |
17 | 22 |
|
18 | | -:ref:`How to add a custom penalty <how_to_add_custom_penalty>` |
19 | | --------------------------------------------------------------- |
| 23 | + Learn to add a custom penalty by implementing the :math:`\ell_1` penalty. |
20 | 24 |
|
21 | | -Learn to add a custom penalty by implementing the :math:`\ell_1` penalty. |
| 25 | + .. grid-item-card:: Computation of the Intercept |
| 26 | + :link: intercept.html |
| 27 | + :text-align: left |
22 | 28 |
|
| 29 | + Explore how ``skglm`` fits an unpenalized intercept. |
23 | 30 |
|
24 | | -:ref:`Computation of the intercept <maths_unpenalized_intercept>` |
25 | | ------------------------------------------------------------------ |
| 31 | + .. grid-item-card:: Mathematics behind Cox Datafit |
| 32 | + :link: cox_datafit.html |
| 33 | + :text-align: left |
26 | 34 |
|
27 | | -Explore how ``skglm`` fits an unpenalized intercept. |
| 35 | + Understand the mathematical foundation of Cox datafit and its applications in survival analysis. |
28 | 36 |
|
| 37 | + .. grid-item-card:: Details on the Group Lasso |
| 38 | + :link: prox_nn_group_lasso.html |
| 39 | + :text-align: left |
29 | 40 |
|
30 | | -:ref:`Mathematics behind Cox datafit <maths_cox_datafit>` |
31 | | ---------------------------------------------------------- |
| 41 | + Mathematical details about the group Lasso, in particular with nonnegativity constraints. |
32 | 42 |
|
33 | | -Get details about Cox datafit equations. |
| 43 | + .. grid-item-card:: Understanding `alpha_max` |
| 44 | + :link: alpha_max.html |
| 45 | + :text-align: left |
34 | 46 |
|
35 | | -:ref:`Details on the group Lasso <prox_nn_group_lasso>` |
36 | | -------------------------------------------------------- |
| 47 | + Learn how to choose the regularization strength in :math:`\ell_1`-regularization? |
37 | 48 |
|
38 | | -Mathematical details about the group Lasso, in particular with nonnegativity constraints. |
| 49 | +.. toctree:: |
| 50 | + :hidden: |
39 | 51 |
|
40 | | -:ref:`Critical regularization strength above which solution is 0 <alpha_max>` |
41 | | ------------------------------------------------------------------------------ |
42 | | - |
43 | | -How to choose the regularization strength in L1-regularization? |
| 52 | + add_datafit |
| 53 | + add_penalty |
| 54 | + intercept |
| 55 | + cox_datafit |
| 56 | + prox_nn_group_lasso |
| 57 | + alpha_max |
0 commit comments