An open API service indexing awesome lists of open source software.

https://github.com/prathamp25/simplehousepricepredictor_

A regression-based Machine Learning project predicting house prices using multiple models: Linear Regression, Random Forest, XGBoost, Gradient Boosting, SVR, and KNN. Includes feature engineering, visualization, and model comparison.
https://github.com/prathamp25/simplehousepricepredictor_

house-price-prediction linear-regression machine-learning-algorithms random-forest xgboost-algorithm

Last synced: 7 months ago
JSON representation

A regression-based Machine Learning project predicting house prices using multiple models: Linear Regression, Random Forest, XGBoost, Gradient Boosting, SVR, and KNN. Includes feature engineering, visualization, and model comparison.

Awesome Lists containing this project

README

          

# SimpleHousePricePredictor_
## Features Used:
Square Feet,
Bedrooms,
Bathrooms,
Age of House,
Distance from City Center.
## Dataset: California Housing Prices dataset from Scikit-Learn.
Trained a Linear Regression model and Decision Trees, Random Forests, and XGBoost.
## Algorithms Used
The following machine learning algorithms were implemented and compared:
Linear Regression,
Random Forest Regressor,
XGBoost Regressor.
## Performance Metrics
The models were evaluated using:
Mean Squared Error (MSE),
R-Squared Score (R² Score).