The aim of the ML model is to predict the car prices
Steps -
- Making the dataframe from the csv file.
- Data cleaning + EDA
- Feature engg
- Training the LinearRegession model with 3 different test data - 1. One hot encoding on selected variables, 2. Label encoding, 3. One hot enoding of the data set
- Evaluating the model performace via R2 scores