From 9206e062f22552df618b0afaa3d0e0609eda5601 Mon Sep 17 00:00:00 2001 From: Edel <44786404+eg377@users.noreply.github.com> Date: Mon, 13 Jul 2020 10:55:49 -0400 Subject: [PATCH 1/7] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 49e52cc..6baa365 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ Get the datasets from [here](https://github.com/Avik-Jain/100-Days-Of-ML-Code/tr ## Data PreProcessing | Day 1 Check out the code from [here](https://github.com/Avik-Jain/100-Days-Of-ML-Code/blob/master/Code/Day%201_Data%20PreProcessing.md). +

+ Python +

+

From 581316e3dfff62f7e8f8a8b7ddecd58457e571bd Mon Sep 17 00:00:00 2001 From: Edel <44786404+eg377@users.noreply.github.com> Date: Mon, 13 Jul 2020 10:59:07 -0400 Subject: [PATCH 2/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6baa365..b97b2d7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Get the datasets from [here](https://github.com/Avik-Jain/100-Days-Of-ML-Code/tr Check out the code from [here](https://github.com/Avik-Jain/100-Days-Of-ML-Code/blob/master/Code/Day%201_Data%20PreProcessing.md).

- Python + Python, NumPy, Pandas

From 878b433ab1ae2c4148f61bbb4d2146e4faf72834 Mon Sep 17 00:00:00 2001 From: Edel <44786404+eg377@users.noreply.github.com> Date: Sat, 18 Jul 2020 11:04:42 -0400 Subject: [PATCH 3/7] Update README.md read --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b97b2d7..7ca6c77 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,7 @@ Watched the remaining 4 videos covering topics Like Integration and Higher order Link to the playlist [here.](https://www.youtube.com/playlist?list=PLZHQObOWTQDMsr9K-rj53DwVRMYO3t5Yr) ## Random Forests | Day 33 +Random Forests Algorithm

From 6b3da5af05eb474964f67866db43f0a8dbae6c02 Mon Sep 17 00:00:00 2001 From: Edel <44786404+eg377@users.noreply.github.com> Date: Sat, 18 Jul 2020 11:06:35 -0400 Subject: [PATCH 4/7] Update README.md Random Forests Algorithm link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ca6c77..740e979 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ Watched the remaining 4 videos covering topics Like Integration and Higher order Link to the playlist [here.](https://www.youtube.com/playlist?list=PLZHQObOWTQDMsr9K-rj53DwVRMYO3t5Yr) ## Random Forests | Day 33 -Random Forests Algorithm +[Random Forests Algorithm](https://en.wikipedia.org/wiki/Random_forest)

From d47a029a4ccbed259e16a08564847f29931dd18c Mon Sep 17 00:00:00 2001 From: Edel <44786404+eg377@users.noreply.github.com> Date: Sat, 18 Jul 2020 11:08:56 -0400 Subject: [PATCH 5/7] Update README.md More on Data Processing with Python Pandas link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 740e979..ebebf9f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Get the datasets from [here](https://github.com/Avik-Jain/100-Days-Of-ML-Code/tr ## Data PreProcessing | Day 1 Check out the code from [here](https://github.com/Avik-Jain/100-Days-Of-ML-Code/blob/master/Code/Day%201_Data%20PreProcessing.md). +[More on Data Processing with Python Pandas](https://towardsdatascience.com/data-handling-using-pandas-cleaning-and-processing-3aa657dc9418) +

Python, NumPy, Pandas

From 8557deb3d03c5e8e3f35d6c0ef8861897d7d5fbe Mon Sep 17 00:00:00 2001 From: Edel <44786404+eg377@users.noreply.github.com> Date: Sat, 18 Jul 2020 11:10:07 -0400 Subject: [PATCH 6/7] Update README.md Simple Linear Regression link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ebebf9f..a996a82 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Check out the code from [here](https://github.com/Avik-Jain/100-Days-Of-ML-Code/ ## Simple Linear Regression | Day 2 Check out the code from [here](https://github.com/Avik-Jain/100-Days-Of-ML-Code/blob/master/Code/Day2_Simple_Linear_Regression.md). +[Simple Linear Regression](https://en.wikipedia.org/wiki/Simple_linear_regression) +

From a30ce9ea36dc9a9cac351081632fe8efc7700db2 Mon Sep 17 00:00:00 2001 From: Edel <44786404+eg377@users.noreply.github.com> Date: Sat, 18 Jul 2020 11:13:24 -0400 Subject: [PATCH 7/7] Simple Linear Regression source update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a996a82..ce5dda3 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ Check out the code from [here](https://github.com/Avik-Jain/100-Days-Of-ML-Code/ [Simple Linear Regression](https://en.wikipedia.org/wiki/Simple_linear_regression) +[Penn State Stat 462 – 2.1 - What is Simple Linear Regression?](https://online.stat.psu.edu/stat462/node/91/) +