Skip to content

This predicts future price of bulldozers with the use of past prices.

Notifications You must be signed in to change notification settings

mayursrt/bulldozer-price-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bulldozer-price-prediction

This predicts future price of bulldozers with the use of past prices.

This is the code for Bluebook for Bulldozers made for KAGGLE COMPETITION. You can read more about this project here.

Clone Repository

Clone this Repository using,

git clone https://github.com/mayursrt/bulldozer-price-prediction.git

Usage

Install jupyter from here or use

pip install jupyter

After installing jupyter notebook Just run jupyter notebook in terminal and you can visit the notebook in your web browser.

Create Environment

Create an environment using the requirements.txt using pip by using following command so you dont have to install dependencies one by one,

pip -r requirements.txt

If you need to use conda to create the environment, Read conda docs on managing environments here

Dependencies

Install missing dependencies using,

pip install pandas numpy sklearn

About

This predicts future price of bulldozers with the use of past prices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published