Skip to content

Predicting the sale price of bulldozers using various machine learning algorithms

Notifications You must be signed in to change notification settings

VirajYParikh/bulldozer-prediction

Repository files navigation

Price Prediction

Predicting the sale price of bulldozers using various machine learning algorithms

Predicting the sale price of bulldozer's using Machine Learning In this notebook, we're going to go through an example machine learning project with the goal of predicting the sale price of bulldozers.

  1. Problem Definition How well can we predict the future sale price given its charachteristic and previous examples of how much similar bulldozers have been sold for?

  2. Data Data is downloaded from the kaggle blue book 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 evluation 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 minimizes RSMLE.

  1. Features Kaggle provides a data dictinary detailing all of the features of the dataset. You can view this dictionary on google sheets:https://docs.google.com/spreadsheets/d/1SYEk-fafEcnZ77fV1KPpK6WcnOtjn3M1-jW60RJTPNM/edit?usp=sharing

About

Predicting the sale price of bulldozers using various machine learning algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published