Skip to content

Commit

Permalink
add missing checkmark in implementation table
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque committed Oct 24, 2023
1 parent d7fba0e commit fce4246
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,18 +163,18 @@ options are implemented. The implemented models are listed below:
The table below shows the regression models that are implemented in `sparse-lm` as well
as available implementations in other Python packages. $\checkmark$ indicates that the

| Model | `sparse-lm` | `celer` | `groupyr` | `group-lasso` | `skglm` | `abess` |
|:-----------------------------:|:------------:|:---------:|:-----------:|:-----------:|:------------:|:--------:|
| (Adaptive) Lasso | $\checkmark$️ | $\checkmark$️ | | | $\checkmark$️ | |
| (Adaptive) Group Lasso | $\checkmark$️ | $\checkmark$️ | $\checkmark$️ | $\checkmark$️ | $\checkmark$ | |
| (Adaptive) Sparse Group Lasso | $\checkmark$️ | | $\checkmark$️ | $\checkmark$️ | $\checkmark$ | |
| (Adaptive) Ridged Group Lasso | $\checkmark$️ | | | | $\checkmark$ | |
| Best Subset Selection | $\checkmark$️ | | | | | |
| Ridged Best Subset Selection | $\checkmark$️ | | | | | |
| $\ell_0$ pseudo-norm | $\checkmark$️ | | | | | |
| $\ell_0\ell_2$ mixed-norm | $\checkmark$️ | | | | | |
| $\ell_{1/2}$ psuedo-norm | | | | | $\checkmark$ | |
| $\ell_{2/3}$ psuedo-norm | | | | | $\checkmark$ | |
| Model | `sparse-lm` | `celer` | `groupyr` | `group-lasso` | `skglm` | `abess` |
|:-----------------------------:|:------------:|:---------:|:-----------:|:-----------:|:------------:|:------------:|
| (Adaptive) Lasso | $\checkmark$️ | $\checkmark$️ | | | $\checkmark$️ | |
| (Adaptive) Group Lasso | $\checkmark$️ | $\checkmark$️ | $\checkmark$️ | $\checkmark$️ | $\checkmark$ | |
| (Adaptive) Sparse Group Lasso | $\checkmark$️ | | $\checkmark$️ | $\checkmark$️ | $\checkmark$ | |
| (Adaptive) Ridged Group Lasso | $\checkmark$️ | | | | $\checkmark$ | |
| Best Subset Selection | $\checkmark$️ | | | | | ️$\checkmark$ |
| Ridged Best Subset Selection | $\checkmark$️ | | | | | |
| $\ell_0$ pseudo-norm | $\checkmark$️ | | | | | |
| $\ell_0\ell_2$ mixed-norm | $\checkmark$️ | | | | | |
| $\ell_{1/2}$ psuedo-norm | | | | | $\checkmark$ | |
| $\ell_{2/3}$ psuedo-norm | | | | | $\checkmark$ | |

Note that only `sparse-lm` includes adaptive versions of Lasso based estimators. However, some of the third party packages,
notably `skglm` and `abess`, include additional penalties and regression objectives that are not implemented in `sparse-lm`.
Expand Down

0 comments on commit fce4246

Please sign in to comment.