Skip to content

pavanskipo/Bulldozer-Price-Predictor

Repository files navigation

Bulldozer Price Predictor

Bulldozer Price Predictor

Complete report can be found here - Bulldozer Price Predictor

1. Problem defition

How well can we predict the future sale price of a bulldozer, given its characteristics and previous examples of how much similar bulldozers have been sold for?

The framework we've used:

  1. Problem Definition
  2. Data
  3. Evaluation
  4. Features
  5. Modelling
  6. Experimentation

2. Data

The data is downloaded from the Kaggle Bluebook for Bulldozers competition: https://www.kaggle.com/c/bluebook-for-bulldozers/data

There are 3 main datasets:

  • Train.csv is the training set, which contains data through the end of 2011.
  • Valid.csv is the validation set, which contains data from January 1, 2012 - April 30, 2012 You make predictions on this set throughout the majority of the competition. Your score on this set is used to create the public leaderboard.
  • Test.csv is the test set, which won't be released until the last week of the competition. It contains data from May 1, 2012 - November 2012. Your score on the test set determines your final rank for the competition.

3. Evaluation

The evaluation metric for this competition is the RMSLE (root mean squared log error) between the actual and predicted auction prices.

For more on the evaluation of this project check: https://www.kaggle.com/c/bluebook-for-bulldozers/overview/evaluation

Note: The goal for most regression evaluation metrics is to minimize the error. For example, our goal for this project will be to build a machine learning model which minimises RMSLE.

About

🤖 Predict the price of Bulldozers using Machine Learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published