Linear-Regression-Model-for-House-Price-Prediction and machine-learning-regression

These are ecosystem siblings—both are educational implementations of standard regression algorithms (linear regression, KNN, ridge/lasso) applied to the same housing price prediction problem, likely serving as reference implementations or tutorials rather than competing production tools.

Maintenance 0/25
Adoption 10/25
Maturity 8/25
Community 25/25
Maintenance 0/25
Adoption 9/25
Maturity 8/25
Community 23/25
Stars: 144
Forks: 149
Downloads:
Commits (30d): 0
Language: Jupyter Notebook
License:
Stars: 96
Forks: 73
Downloads:
Commits (30d): 0
Language: Jupyter Notebook
License:
No License Stale 6m No Package No Dependents
No License Stale 6m No Package No Dependents

About Linear-Regression-Model-for-House-Price-Prediction

huzaifsayed/Linear-Regression-Model-for-House-Price-Prediction

Linear Regression Model for Real State House Price Prediction

Implements full ML pipeline including exploratory data analysis, train-test splitting, and model evaluation on a 5000-row dataset with seven features (income, age, rooms, bedrooms, population, price, address). Uses scikit-learn's linear regression to estimate house prices based on aggregated neighborhood demographics and property characteristics. Demonstrates end-to-end workflow from data preprocessing through predictions on unseen test data.

About machine-learning-regression

agrawal-priyank/machine-learning-regression

Built house price prediction model using linear regression and k nearest neighbors and used machine learning techniques like ridge, lasso, and gradient descent for optimization in Python

Implements polynomial regression alongside linear variants and uses GraphLab Create for direct algorithm application, complementing hand-coded gradient descent implementations. Feature selection via L1/L2 regularization directly addresses multicollinearity and overfitting across simple, multiple, and polynomial regression architectures. Jupyter notebooks provide modular, reproducible workflows organized by algorithmic approach rather than a single integrated pipeline.

Scores updated daily from GitHub, PyPI, and npm data. How scores work