From 9ec074b2a52b9e83f65f013b9806795d6d1c55ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20Guti=C3=A9rrez?= Date: Mon, 18 Mar 2019 03:06:38 +0100 Subject: [PATCH] Fixed small typo: seperation -> separation --- advanced/optimizing/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced/optimizing/index.rst b/advanced/optimizing/index.rst index 13c172e26..05e7d43f3 100644 --- a/advanced/optimizing/index.rst +++ b/advanced/optimizing/index.rst @@ -93,7 +93,7 @@ Useful when you have a large program to profile, for example the (`ICA `_). PCA is a technique for dimensionality reduction, i.e. an algorithm to explain the observed variance in your data using less dimensions. ICA is a source - seperation technique, for example to unmix multiple signals that have been + separation technique, for example to unmix multiple signals that have been recorded through multiple sensors. Doing a PCA first and then an ICA can be useful if you have more sensors than signals. For more information see: `the FastICA example from scikits-learn `_.