Automobile price prediction
Regression Model
Create your first data science experiment in Azure Machine Learning Studio
2.Train the model
We set the 75% of training data set and 25% testing data set. we choose price for our dependent variable .
3.Score and test the model
finally predict the data set using Regression
1.Create a model
get the data set and prepare the data set by cleaning missing values.
2.Train the model
We set the 75% of training data set and 25% testing data set. we choose price for our dependent variable .
3.Score and test the model
finally predict the data set using Regression