Skip to content

Commit fbc1e49

Browse files
committed
Starting the doc
1 parent cb984f8 commit fbc1e49

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/src/high_dimension.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,24 @@
33

44
===========================
55
Inference in high dimension
6-
===========================
6+
===========================
7+
8+
Naive inference in high dimension is ill-posed
9+
----------------------------------------------
10+
11+
In some cases, data represent high-dimensional measurements of some phenomenon of interest (e.g. imaging or genotyping). The common characteristic of these problems is to be very high-dimensional and lead to correlated features. Both aspects are clearly detrimental to conditional inference, making it both expensive and powerless:
12+
13+
* Expensive: most learers are quadratic or cubic in the number of features. Moreover per-feature inference generally entails a loop over features
14+
* powerless: As dimensionality and correlation increase, it becomes harder and harder to isolate the contribution of each variable, meaning that conditional inference is ill-posed.
15+
16+
This is illustrated in the above example, where the Desparsified Lasso struggles
17+
to identify relevant features
18+
19+
20+
21+
.. topic:: **Full example**
22+
23+
See the following example for a full file running the analysis:
24+
:ref:`https://hidimstat.github.io/dev/generated/gallery/examples/plot_2D_simulation_example.html#`
25+
26+

0 commit comments

Comments
 (0)