From 8746962ac1ca64ac464c0fa0e537f1d77fa3c496 Mon Sep 17 00:00:00 2001 From: Kaomudie Mukhopadhyay Date: Wed, 4 Jun 2025 19:57:10 +0530 Subject: [PATCH 1/2] Added demo file --- demo.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 demo.txt diff --git a/demo.txt b/demo.txt new file mode 100644 index 00000000..e69de29b From 9ae94700c25dc64d8991c194ae475ff6b055450b Mon Sep 17 00:00:00 2001 From: Kaomudie Mukhopadhyay Date: Wed, 4 Jun 2025 20:06:42 +0530 Subject: [PATCH 2/2] Added my name and learnings to Course2 --- Course2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Course2 b/Course2 index c6128422..c3d6ad15 100644 --- a/Course2 +++ b/Course2 @@ -7,3 +7,10 @@ You can choose one module from the list below:- Pawan Dubey Dynamic Programming Understanding the prolem and implementing a solution which is space and time efficient by structuring it into sub problems. + +Name: Kaomudie Mukhopadhyay +Module: Exploratory Data Analysis (EDA) in Course 2 +Learnings: +I learned how to clean and prepare real-world data, deal with missing values, and explore hidden patterns. +EDA helped me understand the importance of visualizations and descriptive statistics. +I also realized how crucial feature selection is before applying machine learning models.