https://github.com/webdevcaptain/bulldozer-price-prediction
https://github.com/webdevcaptain/bulldozer-price-prediction
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webdevcaptain/bulldozer-price-prediction
- Owner: WebDevCaptain
- License: mit
- Created: 2025-01-29T08:50:18.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T08:56:07.000Z (5 months ago)
- Last Synced: 2025-01-29T09:38:53.831Z (5 months ago)
- Language: Jupyter Notebook
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).