Skip to content

Commit 7200069

Browse files
authored
Update examples/plot_group_logistic_regression.py
1 parent 13d3763 commit 7200069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plot_group_logistic_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161

6262
# %%
6363
# This plot shows the L2 norm of the coefficients for each group.
64-
# Groups with a norm close to zero have been set inactive by the model,
64+
# Groups with a zero norm have been set inactive by the model,
6565
# illustrating how Group Logistic Regression enforces sparsity at the group level.
6666
# (Note: This example uses a tiny synthetic dataset, so the pattern has limited interpretability.)

0 commit comments

Comments
 (0)