Skip to content

shetashreya/ml-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Machine Learning


πŸ“Œ TASK 01: House Price Prediction

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.


πŸ“Œ TASK 02: Customer Segmentation Using K-Means

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


πŸ› οΈ Tools & Technologies

  • Python
  • Pandas
  • Matplotlib
  • Seaborn
  • Scikit-learn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published