A machine learning project that predicts house prices based on various features using data analysis and regression models.
- ๐งน Data Cleaning and Preprocessing
- ๐ Exploratory Data Analysis (EDA)
- ๐ ๏ธ Feature Engineering
- ๐ Model Training using Linear Regression
- โ Evaluation using Rยฒ Score, MAE, and MSE
- ๐ Jupyter Notebook with visualizations and explanations
Python
NumPy
Pandas
Matplotlib
Seaborn
Scikit-Learn
Jupyter Notebook
- numpy==1.24.4
- pandas==2.0.3
- matplotlib==3.7.2
- seaborn==0.12.2
- scikit-learn==1.3.0
- jupyter==1.0.0
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by real estate price prediction challenges.
- Thanks to the open-source community for tools and data science resources.