From 02477ad80a081bf538d32152bc06dfec1cbcb434 Mon Sep 17 00:00:00 2001
From: KavyaChopra04 <92433236+KavyaChopra04@users.noreply.github.com>
Date: Thu, 22 Jun 2023 22:11:30 +0530
Subject: [PATCH] added resources for week 1 to main readme.md
---
machine-learning/README.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/machine-learning/README.md b/machine-learning/README.md
index abfc12bc9..ffa1ecd2b 100644
--- a/machine-learning/README.md
+++ b/machine-learning/README.md
@@ -30,6 +30,13 @@ This year the theme for DevClub Summer of Code is e-commerce! We will be buildin
- Train Test Split
- Error metrics
- #### Resources:
- See Assignment 1
+ - Week 1
+ 1. Google Colab Setup
+ 2. Kaggle Datasets
+ 3. Tutorial on Numpy and Pandas for Data Analysis and Manipulation
+ 4. Tutorials on Matplotlib for Data Visualisation
+ 5. Linear Regression (Multiple Variables)
+ 6. ML Playlist, contains algorithms like Linear Regression, Decision Trees, and Random Forest
+ 7. Evaluation metrics for regression: MAE vs MSE vs RMSE vs RMSLE
- #### [Task](week1)