From 0a5822b88efd6d0eb2f0340e7562b766adaaf03a Mon Sep 17 00:00:00 2001 From: SHIRAZ HUSSAIN Date: Thu, 1 Oct 2020 14:15:50 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe99727..580c12b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +#This is to Explain what Linear Regression is and How it function. +In statistics, linear regression is a linear approach to modeling the relationship between a scalar response (or dependent variable) and one or more explanatory variables (or independent variables). The case of one explanatory variable is called simple linear regression. For more than one explanatory variable, the process is called multiple linear regression. # linear_regression_live This is the code for the "How to Do Linear Regression the Right Way" live session by Siraj Raval on Youtube