Skip to content

Commit 89719ab

Browse files
DOC add link plot_tomography_l1_reconstruction (scikit-learn#30070)
Co-authored-by: Stefanie Senger <91849487+StefanieSenger@users.noreply.github.com>
1 parent 5879f2e commit 89719ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/modules/feature_selection.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,9 @@ alpha parameter, the fewer features selected.
224224
noise, the smallest absolute value of non-zero coefficients, and the
225225
structure of the design matrix X. In addition, the design matrix must
226226
display certain specific properties, such as not being too correlated.
227+
On the use of Lasso for sparse signal recovery, see this example on
228+
compressive sensing:
229+
:ref:`sphx_glr_auto_examples_applications_plot_tomography_l1_reconstruction.py`.
227230

228231
There is no general rule to select an alpha parameter for recovery of
229232
non-zero coefficients. It can by set by cross-validation

0 commit comments

Comments
 (0)