From 588566f1d6d6e21c9c88b4e0db2388178db6a7d2 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 16 Feb 2024 09:31:50 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80bf4bf..e2e2f17 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ In the case you know Matlab check here: * [K Nearest Neighbours (pure numpy)](numpy/knn/README.md) ## SciPy -* [Remove a common signal from your data](scipy/SVD_data_cleaning/README.md) +* [Remove a common signal from your data with SVD](scipy/SVD_data_cleaning/README.md) * [scipy.signal: Butterworth low, high and band-pass](scipy/scipy.signal_butterworth/README.md)