Skip to content

Western AI project that is a linear regression model for predicting house prices based on various features

Notifications You must be signed in to change notification settings

jackscochran/house-price-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

House Price Predictor

A linear regression model built for a Western AI project that predicts house prices based on various features from a .csv file. The data is cleaned and preprocessed, then split into training and testing sets. A linear regression model is trained on the training data and tested on the testing data, with the R-squared value being calculated as a measure of performance.

The model training and testing process is repeated 100 times.

The resulting average R-squared value from running the code is ~77.5%.

About

Western AI project that is a linear regression model for predicting house prices based on various features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages