ACA ~ Reinforcement learning project Assignment
You need to write Code for multi-variable linear regression Functions of your code should be easily readable and reusable.
Given a data set attached with this message (CarPrice_Assignment.csv) . The data set is about predicting the car price based on features given(such as height, width, power, etc.) Only use following features to train your model
- carlength
- carwidth
- carheight
- enginesize
- stroke
- horsepower
- price
Split the data set into training and testing data set in 80:20 ratio. Train your model with the training data set and report the accuracy of your model based on testing data set.
2.b Here a word problem for you- Ishan Bawne wants to buy a car but he is not willing to ask for the price of the car as he is an introvert. The features of the car that he want to buy are carlength - 190.9 carwidth - 70.3 carheight - 54.9 enginesize - 183 stroke - 3.64 horsepower - 123 Help Ishan Bawne to find the price of the car.