Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vishal-038/car_price_prediction

This project aims to predict the prices of cars based on various features.
https://github.com/vishal-038/car_price_prediction

data-science machine-learning

Last synced: about 1 month ago
JSON representation

This project aims to predict the prices of cars based on various features.

Awesome Lists containing this project

README

        

## Car Price Prediction

## Overview
This project aims to predict the prices of cars based on various features.

## Table of Contents
- [Overview](#overview)
- [Dataset](#dataset)
- [Data Preprocessing](#data-preprocessing)
- [Modeling](#modeling)

## Dataset
The dataset used in this project contains various features of cars such as:
- `name`: The name of the car.
- `company`: The manufacturer of the car.
- `year`: The year the car was manufactured.
- `Price`: The price of the car.
- `kms_driven`: The mileage of the car.
- `fuel_type`: The type of fuel used by the car.

## Data Preprocessing
Data preprocessing steps included:
- Handling missing values.
- Converting categorical variables to numeric using techniques such as one-hot encoding.
- Normalizing or standardizing the data.
- Removing outliers.

## Modeling
Machine learning models were developed and evaluated, including:
- Linear Regression

## Evaluation
Models were evaluated based on metrics such as:
- R-squared (R²)