We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d3763 commit 7200069Copy full SHA for 7200069
examples/plot_group_logistic_regression.py
@@ -61,6 +61,6 @@
61
62
# %%
63
# 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,
+# Groups with a zero norm have been set inactive by the model,
65
# illustrating how Group Logistic Regression enforces sparsity at the group level.
66
# (Note: This example uses a tiny synthetic dataset, so the pattern has limited interpretability.)
0 commit comments