This project predicts house prices based on various features. It involves data cleaning, feature engineering, and model training.
-
Data Cleaning 🧹
- Import libraries and load data.
- Drop unnecessary columns.
- Handle missing values.
-
Feature Engineering 🛠️
- Convert categorical data to numerical.
- Create new features.
-
Model Training 🤖
- Train models like Linear Regression.
- Evaluate model performance.
- Clone the repo.
- Install dependencies.
- Run the Jupyter Notebook.
The model predicts house prices with reasonable accuracy. The final model can be used for further predictions.
House_Price_Prediction.ipynb
: Main notebook with code and explanations.data
: Folder containing the dataset file.
For any queries, reach out at [email protected].
Feel free to contribute and improve the project! 🎉