Linear Regression
Linear Regression
Linear regression attempts to model the relationship between two variables by fitting a linear equation to observed data. One variable is said to be independent and the other one is said to be dependent.
y=mx + c
The core concept i...
connectaman.hashnode.dev5 min read