Linear Regression with Single variable of area price predictions dataset.
In this video we are going to predict the price values of area using liner regression algorithm.
steps
1] Understand the Liner Regression question
-: Y=mx+b
Y= output values or prediction
m=slope or gradient
b = intercept
2] Import the data
3] Apply the Liner regression fit
4] Apply the test data in to fit
5] plot the data