Skip to content

Abankita/Linear-Regression-Predict-House-Prices-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🏠 California Housing Price Prediction

🎯 Objective

To predict median house prices in California using a linear regression model, based on features such as income, location, and housing characteristics.

πŸ“Š Dataset

We used the California Housing Dataset provided by Scikit-learn.
πŸ“Ž Dataset Link

πŸ› οΈ Tech Stack

  • Python
  • Scikit-learn
  • Pandas & NumPy
  • Matplotlib / Seaborn (for visualization)
  • Jupyter Notebook

πŸ“ˆ Results

  • RΒ² Score: 0.624
    ➀ The model explains 62.4% of the variance in housing prices.

  • Key Insight:
    Median Income is the most influential feature, as shown by:

    • Its high coefficient in the model
    • A clear positive trend in its scatter plot against house prices

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published