What is Linear Regression and where can we use it in real life?
-Simple linear regression is a method that shows the relationship between two continuous variables(independent and dependent) by using a straight line.
-In our daily life, we can use it to answer questions like if I drink more coffee cups, will I get more tasks done!
-The equation is represented as \[\hat{Y} = b_0 + b_1 X\]