Built a Linear Regression model to predict house prices based on:
- Square footage
- Number of bedrooms
- Number of bathrooms
β
Learned: Supervised Learning
π Evaluated Using: Mean Squared Error (MSE), RΒ² Score
π Visualization: Compared predicted vs actual prices using line plots.
Applied K-Means Clustering to segment customers based on spending behavior.
β
Learned: Unsupervised Learning
π Approach: Optimized number of clusters using Elbow Method
π Visualization: Scatter plots to show clustered segments
- Python
- Pandas
- Matplotlib
- Seaborn
- Scikit-learn