Skip to content

Commit a50dc8d

Browse files
committed
add some subsections separators
1 parent 0f0610a commit a50dc8d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tutorial/general_concepts.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,10 @@ Dimensionality reduction the task to **derive a set of new artificial
419419
features that is smaller than the original feature set while retaining
420420
most of the variance of the original data**.
421421

422+
423+
Normalization and visualization with PCA
424+
++++++++++++++++++++++++++++++++++++++++
425+
422426
The most common technique for dimensionality reduction is called
423427
**Principal Component Analysis**.
424428

@@ -484,7 +488,7 @@ following utility function::
484488
...
485489

486490
Calling ``plot_2D(X_pca, iris.target, iris.target_names)`` will
487-
display something like the following:
491+
display the following:
488492

489493

490494
.. figure:: images/iris_pca_2d.png
@@ -495,6 +499,9 @@ display something like the following:
495499
2D PCA projection of the iris dataset
496500

497501

502+
Other application of dimensionality reduction
503+
+++++++++++++++++++++++++++++++++++++++++++++
504+
498505
Dimensionality Reduction is not just useful for visualization of
499506
high dimensional datasets. I can also be used as a preprocessing
500507
step (often called data normalization) to help speed up supervised

0 commit comments

Comments
 (0)