Coder Social home page Coder Social logo

pranavgupta19 / bulldozer-price-prediction Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sanyathisside/bulldozer-price-prediction

0.0 0.0 0.0 15.25 MB

A machine-learning project with the goal of predicting the sale price of bulldozers.

Jupyter Notebook 100.00%

bulldozer-price-prediction's Introduction

Bulldozer Price Prediction Using Machine Learning

  • In this notebook, I have gone through a machine learning project with the goal of predicting the sale price of bulldozers (regresssion problem).

  • It is a Structured Data Project (Structured data is data you'd usually find in an Excel spreadsheet, pandas DataFrame or similar tabular style file.)

  • 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


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.

The libraries used are:

  • Pandas for data analysis.

  • NumPy for numerical operations.

  • Matplotlib/seaborn for plotting or data visualization.

  • Scikit-Learn for machine learning modelling and evaluation.

bulldozer-price-prediction's People

Contributors

sanyathisside avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.