Linear Regression
Linear Regression sounds fancy, but it is literally just the equation of a line I learned in 9th grade:
$$y = mx + b$$
y (Target): What we want to predict (Price).
x (Feature): The input data (Size).
m (Slope/Weight): How much the price goes up for...
saachis-blog.hashnode.dev5 min read