Found 20,439 repositories(showing 30)
Shreyas3108
Predicting house prices using Linear Regression and GBR
Predicting Amsterdam house / real estate prices using Ordinary Least Squares-, XGBoost-, KNN-, Lasso-, Ridge-, Polynomial-, Random Forest-, and Neural Network MLP Regression (via scikit-learn)
Akajiaku11
This project demonstrates the use of machine learning for predicting house prices based on various features like crime rate, number of rooms, property tax rate, etc.
MYoussef885
The "House Price Prediction" project focuses on predicting housing prices using machine learning techniques. By leveraging popular Python libraries such as NumPy, Pandas, Scikit-learn (sklearn), Matplotlib, Seaborn, and XGBoost, this project provides an end-to-end solution for accurate price estimation.
RubixML
An example project that predicts house prices for a Kaggle competition using a Gradient Boosted Machine.
Scrape and analyze sales prices from boliga.dk
Huang-yihao
Using machine learning methods to predict the price of houses in Shanghai. The data of the houses is reptiled from lianjia (a real estate agency).用各种机器学习算法预测上海房价,从链家网爬取的上海市各二手房数据进行训练,非线性决策树优于线性回归优于神经网络,初次尝试水平有限,效果一般
prachi1210
:house: Predict the selling price of a new home in Boston, Massachusetts area
NikhilaThota
Understand the relationships between various features in relation with the sale price of a house using exploratory data analysis and statistical analysis. Applied ML algorithms such as Multiple Linear Regression, Ridge Regression and Lasso Regression in combination with cross validation. Performed parameter tuning, compared the test scores and suggested a best model to predict the final sale price of a house. Seaborn is used to plot graphs and scikit learn package is used for statistical analysis.
AswinKumar10
Predicting house prices using skicit learn in python.
gabrieldim
Data Analysis & Visualization - Predict the future price of houses
mlopsbootcamp
Sample Machine Learning App for MLOps Learning created by School of Devops
Hritik21
In this project, I have created simple model which predict the price of the house on the basis of it's area.
girishkuniyal
Predict housing prices in Portland, Oregon for selling or buying house
Amey-Thakur
Machine Learning Project to Predict House Prices in Bangalore.
francispoole
Radial Basis Function Neural Network designed to predict house prices in the Boston area
ThinamXx
I have built a Model using Random Forest Regressor of California Housing Prices Dataset to predict the price of the Houses in California.
PB2204
This AI Model Can Predict The Price Of Any House...
hariteja-01
The Real Estate House Price & Analytics Predictor is an advanced, interactive web application built with Streamlit, designed to provide real estate professionals, investors, market analysts, and property developers with data-driven insights and accurate price predictions.
nirdesh17
This project demonstrates the application of machine learning techniques to predict house prices based on various features. By analyzing the dataset, preprocessing the data, and selecting an appropriate model, we were able to achieve a high level of accuracy in predicting house prices. The trained model can be further refined and deployed.
nandhini-1402
Predicting house prices accurately requires considering factors like location, size, amenities, market trends, and condition. It's a complex process influenced by economic indicators and local dynamics. Accurate predictions demand comprehensive analysis and may vary greatly depending on specific circumstances.
Rugvedrc
No description available
nandhini-1402
Implement a linear regression model to predict the prices of houses based on their square footage and no of bed rooms and bathrooms
rahulraghatate
"Buying a house is a stressful thing." We built a model to predict the prices of residential homes in Ames, Iowa, using advanced regression techniques. This model will provide buyers with a rough estimate of what the houses are actually worth. We first analyzed the data to find trends. Then dimensionality reduction was performed on the dataset using PCA algorithm and feature selection module in sklearn package for python 3.5. The final house prices are predicted using linear regression models like Ridge and Lasso. We also utilised advanced regression techniques like gradient boosting using XGBoost library in python 3.5.
AsadiAhmad
Predicting house price with linear regression and feature selection
obito8010
This project builds a machine learning model using Linear Regression to predict house prices in Bangalore based on features like area, number of bedrooms, and location. The model processes and cleans data to provide accurate price predictions, and is deployed via a web application built with Streamlit for easy user interaction.
shaonianruntu
Using Linear Regression to predict Boston house price (implementation by handwritten mathematical formula and call package)
akthammomani
Build a Web App called Menara to Predict, Forecast House Prices and search GreatSchools in California - Bay Area
This project trains a Machine Learning model to predict house prices and then exposes Jupyter notebook cells as REST Endpoints to make prediction with new information.
mirzayasirabdullahbaig07
A machine learning model that predicts house prices based on features like size, location, and amenities. Helps buyers and sellers estimate property values accurately.