Here’s the English translation of the content:
This project aims to build a predictive model using car sales data from India, provided by Kaggle. The model will be trained to predict car prices based on various vehicle features.
Develop a regression model to predict the selling price of used cars, maximizing the accuracy of predictions.
- name: Car model name.
- year: Year of manufacture.
- selling_price: Car selling price.
- km_driven: Vehicle mileage.
- fuel: Type of fuel used (e.g., petrol, diesel).
- seller_type: Type of seller (individual or dealer).
- transmission: Type of transmission (manual or automatic).
- owner: Number of previous owners.
- pandas: For data manipulation.
- seaborn: For data visualization.
- matplotlib: For plotting graphs.
- numpy: For mathematical operations.
- Jupyter lab: For coding environment.
You can install all the required dependencies with the following command:
pip install -r requirements.txt
- Data Loading: The dataset was imported and inspected.
- Exploratory Analysis: Descriptive statistics and visualizations were used to understand the key characteristics of the data.
- Model Creation: A regression model was trained to predict car selling prices.
- Model Evaluation: The model was evaluated based on performance metrics to assess its accuracy.
- Clone the repository:
git clone https://github.com/Gustavo2022003/CarDekho.git
- Ensure dependencies are installed:
pip install -r requirements.txt
- Run the Jupyter Notebook: Open the
main.ipynb
file in a Jupyter environment:
jupyter lab main.ipynb