[SOLVED] Data-Science - Numerical Methods Project

35.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (3 votes)

Project Description
Rusty Bargain used car sales service is developing an app to attract new customers. In that app, you can quickly find out the market value of your car. You have access to historical data: technical specifications, trim versions, and prices. You need to build the model to determine the value.
Rusty Bargain is interested in:
the quality of the prediction; the speed of the prediction; the time required for training
Project instructions
1) Download and look at the data. 2) Train different models with various hyperparameters. Compare gradient boosting methods with random forest, decision tree, and linear regression. 3) Analyze the speed and quality of the models.
Data description
The dataset is stored in file /datasets/car_data.csv. download dataset.
Features
VehicleType — vehicle body type
RegistrationYear — vehicle registration year
Gearbox — gearbox type
Power — power (hp)
Model — vehicle model
RegistrationMonth — vehicle registration month
FuelType — fuel type
Brand — vehicle brand
NotRepaired — vehicle repaired or not
NumberOfPictures — number of vehicle pictures
Target
Price — price (Euro)

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.