Prodigy Infotech Machine Learning Task 1
Implement a linear regression model to predict the prices of houses based on their square footage and the number of bedrooms and bathrooms.
This project uses the House Prices - Advanced Regression Techniques dataset from Kaggle:
- Clone the repository:
git clone https://github.com/SafalNarsingh/Prodigy_ML_01
- Install dependencies:
pip install numpy pandas matplotlib seaborn scikit-learn
- Launch jupyternotebook:
jupyter notebook house_prices.ipynb
]
.
├── data_files/
│ ├── sample_submission.csv
│ ├── test.csv
│ └── train.csv
├── data_description.txt
├── house_prices.ipynb
└── readme.md
Make sure the following Python libraries are installed:
-
numpy
-
pandas
-
matplotlib
-
seaborn
-
scikit-learn