An open API service indexing awesome lists of open source software.

https://github.com/webdevcaptain/bulldozer-price-prediction


https://github.com/webdevcaptain/bulldozer-price-prediction

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Bluebook for Bulldozers

The goal of this project is to build a machine learning model to predict the price of bulldozers. The data is from the [Kaggle Bluebook for Bulldozers](https://www.kaggle.com/c/bluebook-for-bulldozers/data) competition.

> Problem Category: `Regression`

---

## Project Structure

1. [Modelling Experiments](./bluebook_for_bulldozers.ipynb)
2. [Exploratory Data Analysis](./eda.ipynb)
3. [Downloading the data](./download_dataset.ipynb)

---

## Libraries used:

- [Pandas](https://pandas.pydata.org/): For data manipulation and analysis.
- [NumPy](https://numpy.org/): For numerical operations.
- [Matplotlib](https://matplotlib.org/): For data visualization.
- [Scikit-learn](https://scikit-learn.org/): For machine learning algorithms.

Additional tools:

- [JupyterLab](https://jupyter.org/): For interactive notebook environment.

---

## Extension:

In future, I will try to use `XGBoost` or `CatBoost` for better performance.

---

## LICENSE

This project is released under the [MIT License](LICENSE).