Tutorials#
How to Add a Custom Datafit
Learn to add a custom datafit through a hands-on examples: Implementing a Poisson datafit.
How to Add a Custom Penalty
Learn to add a custom penalty by implementing the `\ell_1` penalty.
Computation of the Intercept
Explore how skglm
fits an unpenalized intercept.
Mathematics behind Cox Datafit
Understand the mathematical foundation of Cox datafit and its applications in survival analysis.
Details on the Group Lasso
Mathematical details about the group Lasso, in particular with nonnegativity constraints.
Understanding alpha_max
Learn how to choose the regularization strength in `\ell_1`-regularization?