This project aims to predict housing prices using machine learning models such as linear regression and random forest.
Data retrieved from Kaggle, accessible here.
The analyses were conducted using the following technologies:
- Python
- Jupyter Notebook
- NumPy
- pandas
Everyone is welcome to contribute by proposing changes and upgrades to the project. To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/improvement
). - Make your changes.
- Commit your changes (
git commit -am 'feat: Add new feature'
). - Push to the branch (
git push origin feature/improvement
). - Create a new Pull Request.
Please ensure your Pull Request follows our guidelines and conventions. We strive to maintain a welcoming and inclusive environment for all contributors.