You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linear Regression Project: The data set contains various data about a used car, like no.of.kilometers driven, sellling price, transmission type,fuel type etc.
3
+
All these features are fed to the Linear Regression model after changing the numerical data into catogerical data.
4
+
The Scatter plot is plotted between the actual price and the predicted price for both training and test data.
0 commit comments