This project is a task from my internship at Prodigy Infotech, focused on machine learning using linear regression to predict house prices. The dataset and challenge are from Kaggle's House Prices: Advanced Regression Techniques competition.
- Python
- Pandas
- Scikit-learn
- Matplotlib
- house_price_prediction.ipynb: Jupyter notebook containing the code.
- submission.csv: Submission file for Kaggle competition.
The dataset used is from Kaggle's competition, accessible at the House Prices competition overview.
- Clone the repository.
- Open
house_price_prediction.ipynb
in Jupyter Notebook or any compatible environment. - Run the notebook to see the predictions and explore the code.
Contributions are not typically expected for internship tasks, but feel free to fork the repository and modify the code for learning purposes.
This project is licensed under the MIT License - see the LICENSE file for details.