From 751298c482de342563775f9a1e53cc698db0eeb0 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:30:26 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- scikit-learn/pca/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/scikit-learn/pca/README.md b/scikit-learn/pca/README.md index b7a52ae..43f5369 100644 --- a/scikit-learn/pca/README.md +++ b/scikit-learn/pca/README.md @@ -8,6 +8,7 @@ ## The goal +PCA allows to extract an orthogonal basis system for a set of data. Questions to [David Rotermund](mailto:davrot@uni-bremen.de)