0% found this document useful (0 votes)
6 views2 pages

Project Desciption

The document outlines the requirements for a car price prediction project, detailing the attributes needed for the dataset, such as ID, manufacturer, model, and price. It specifies tasks including data preprocessing, training multiple regression models with hyperparameter tuning, and reporting on the techniques and analyses performed. Additional models and advanced preprocessing techniques may earn bonus points, along with a good GUI or deployment.

Uploaded by

hahqg91
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

Project Desciption

The document outlines the requirements for a car price prediction project, detailing the attributes needed for the dataset, such as ID, manufacturer, model, and price. It specifies tasks including data preprocessing, training multiple regression models with hyperparameter tuning, and reporting on the techniques and analyses performed. Additional models and advanced preprocessing techniques may earn bonus points, along with a good GUI or deployment.

Uploaded by

hahqg91
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Project (Car Price Prediction)

Project Requirements.

Attribute Name Definition Example

ID unique vehicle identifier 45813960, 45730073


Levy Taxes and fees 891, 730
Manufacturer Manufacturer Company MERCEDES-BENZ, OPEL
Model The model of the vehicle CLA 250, Astra

Prod. year Year of production 2021, 2008


Category Vehicle category Sedan, Hatchback

Leather interior Is the interior designed with Yes or No


leather
Fuel type Type of fuel the car work with Fuel, Hybrid

Engine volume Engine volume 3.5, 2.0 Turbo

Mileage How many KMs the car has 10573 km, 204000 km
walked
Cylinders number of cylinders 4, 8
Gear box type Transmission type Automatic, Manual,
Tiptronic
Drive wheels Drive wheels Front, Rear
Doors Number of doors
Wheel steering wheel position Left Wheel, Right-hand drive

Color Car Color White, Green


Airbags Number of Airbags 4, 6
Price (Target column) Car Price 41281, 6272
1. Preprocessing: Before building your classification models, you
need to make sure that the dataset is processed, clean and ready-
to-use.
2. Regression:
• Train at least 3 different regression models.
• Choose at least two hyperparameters to vary, and explain
the impact of varying those two hyperparameters with
different values.
• Train the models on the given training set (train_data.csv)
and evaluate the model on the given testing set
(test_data.csv).

3. Report:
• You must explain in details the preprocessing techniques
that you applied on the dataset before the modeling step.
• Perform analysis and visualizations on the dataset and
explain how features affect each other.
• State the models and hyperparameters used in the modeling
step
• Mention any other techniques that you used to enhance the
results.
• Write a final conclusion.
Note:
• Any additional models and not trivial preprocessing techniques
that is not discussed in labs will be considered bonus.
• Good GUI/deployment will also be considered bonus.
• A portion of the marks will be based on individual evaluation.

You might also like