Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2024-02-07 15:37:05 +01:00 committed by GitHub
parent 606e5dbfe3
commit ad2a977aa3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -151,7 +151,8 @@ In the case you know Matlab check here:
* [PCA](scikit-learn/pca/README.md) * [PCA](scikit-learn/pca/README.md)
* [FastICA](scikit-learn/fast_ica/README.md) * [FastICA](scikit-learn/fast_ica/README.md)
* [ROC (pure numpy)](numpy/roc/README.md) * [ROC (pure numpy)](numpy/roc/README.md)
* [Support Vector Machine](scikit-learn/svm/README.md)
* [K Nearest Neighbours (pure numpy)](numpy/knn/README.md)
## SciPy ## SciPy
* [Remove a common signal from your data](scipy/SVD_data_cleaning/README.md) * [Remove a common signal from your data](scipy/SVD_data_cleaning/README.md)