Skip to content

This repository contains the Python script for predicting housing prices using linear regression models.

Notifications You must be signed in to change notification settings

Niblick1020/LinearHousingPredictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

LinearHousingPredictor

Overview

This repository contains the Python script for predicting housing prices using linear regression models. It demonstrates the application of Ordinary Least Squares (OLS) and Stochastic Gradient Descent (SGD) regression methods on the 'ParisHousing.csv' dataset.

Features

  • Implementation of OLS and SGD regression models.
  • Data preprocessing including splitting into training and test sets.
  • Evaluation metrics for model performance (MSE, MAE, R-squared).
  • Detailed comments and documentation for easy understanding.

Requirements

  • Python 3
  • NumPy
  • Pandas
  • scikit-learn

Installation

git clone https://github.com/Niblick1020/LinearHousingPredictor.git
cd LinearHousingPredictor

About

This repository contains the Python script for predicting housing prices using linear regression models.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages