Skip to content

Commit 0b22b0b

Browse files
committed
Update packages
1 parent e927b2c commit 0b22b0b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@ site:
3030

3131
As part of our NSF-funded initiative, we are working with two pilot projects that highlight different aspects of the statistical Python ecosystem:
3232

33-
- **[YAGLM](https://github.com/yaglm/yaglm)**: A Python package for generalized linear models, offering modern statistical methodology with various loss functions, regularizers, and solvers.
34-
- **[ISLP](https://github.com/intro-stat-learning/ISLP)**: A companion Python package for the textbook "An Introduction to Statistical Learning with Applications in Python," focused on educational resources and implementations.
33+
- **[YAGLM](https://github.com/yaglm/yaglm)**: A Python package for generalized linear models (GLM), offering modern statistical methodology with various loss functions, regularizers, and solvers.
34+
GLMs are a flexible and powerful generalization of ordinary linear regression and cover many statistical models widely used in applications.
35+
Beyond the basic LASSO/ridge penalties, the package supports structured penalties such as the nuclear norm as well as the group, exclusive, fused, and generalized lasso and non-convex penalties.
36+
It comes with a variety of tuning parameter selection methods including: cross-validation, information criteria that have favorable model selection properties, and degrees of freedom estimators.
37+
- **[ISLP](https://github.com/intro-stat-learning/ISLP)**: A companion Python package for the textbook "An Introduction to Statistical Learning with Applications in Python," closely following the examples in its hugely successful `R` version.
38+
Besides just providing labs, it provides Pythonic design matrix building, a simple implementation of Bayesian Additive Regression Trees and object oriented stepwise model selection.

0 commit comments

Comments
 (0)