https://github.com/ginga1402/car_price_prediction
Predict the price of a car using MS Excel.
https://github.com/ginga1402/car_price_prediction
college-project data-analysis excel linear-regression
Last synced: about 1 year ago
JSON representation
Predict the price of a car using MS Excel.
- Host: GitHub
- URL: https://github.com/ginga1402/car_price_prediction
- Owner: Ginga1402
- Created: 2023-04-28T08:02:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T17:17:36.000Z (about 3 years ago)
- Last Synced: 2025-02-05T05:28:53.099Z (over 1 year ago)
- Topics: college-project, data-analysis, excel, linear-regression
- Homepage:
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Car_Price_Prediction
## OBJECTIVE
To build a regression model based on sample data and predict the price in the test data of the used cars.

## Granularity of Data
The Data in the provided dataset consists of cars In India. Each column provides data of company, car name, location, year, kilometer driven, fuel type, transmission, owner type, mileage, engine, power, seats, price.
## Shape of Data
#### The Training data excel file consists of data with 14 columns and 6020 rows.
The 14 columns contain 14 variables namely: ID, Name, Location, Year, Kilometers_Driven, Fuel Type, Transmission, Owner type, Mileage, Engine, Power, Seats, New-Price and Price.
#### The Data contains 13 columns which help in classification of each car and there are a total of 1234 records which tells us there are 1234 cars details in the test data.
### The data is a mixture of both categorical and numerical data.
## Price Prediction
Regression Equation/ Best Fit Line Equation:
### Y=M1X1+M2X2+C.
From the above Model, the Regression Equation can be created. The Equation is:
### Price = (-1805.51) + 0.5481*Company_name_num + 0.1964*Location_num + 0.8927*Year + (-0.00001)*Kilometers_Driven + 0.6576*Diesel + 0.0013*Engine_num + 0.0767*Power_num .