From 4a05bdeaa9fffa75d0b4901ed5f4d69454c19ff5 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 16 Dec 2023 15:40:07 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5fc13df..31f4c41 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,9 @@ Important VS Code notes: * [Beyond normal np.save](numpy_save_special/README.md) * [Dealing with Matlab files](numpy_mat_files/README.md) +## Sci-kit Learn +* [Overview](scikit-learn/overview/README.md) + ## Python: Data analysis * [Remove a common signal from your data](SVD_data_cleaning/README.md)