From a332dc0f0ebdcab7a9b332fe21b08c96faef00b8 Mon Sep 17 00:00:00 2001 From: merc2000 <44548862+merc2000@users.noreply.github.com> Date: Tue, 8 Oct 2019 19:06:29 +0530 Subject: [PATCH] update readme added about linear and logistic regression --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c4faa5..8d242f6 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Check out the code from [here](https://github.com/Avik-Jain/100-Days-Of-ML-Code/

## Multiple Linear Regression | Day 3 +linear regression is mainly used for predicting values. Check out the code from [here](https://github.com/Avik-Jain/100-Days-Of-ML-Code/blob/master/Code/Day3_Multiple_Linear_Regression.md).

@@ -58,7 +59,7 @@ Check out the code from [here](https://github.com/Avik-Jain/100-Days-Of-ML-Code/

## Logistic Regression | Day 4 - +logistic regression is used for classifiction.