Skip to content

Linear Regression Multiple Variables : Sample problem of predicting home price in monroe, new jersey

Notifications You must be signed in to change notification settings

MissNeerajSharma/Linear-Regression-Multiple-Variables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Linear-Regression-Multiple-Variables

# Linear Regression Sample: Predicting Home Prices in Monroe Township, NJ

Introduction

This repository contains a sample project on linear regression using multiple variables to predict home prices in Monroe Township, New Jersey, USA. The project focuses on predicting home prices based on the area (square feet), number of bedrooms, and age of the home (in years).The dataset used in this project is sourced from https://www.kaggle.com/code/data13/predicting-house-prices-with-linear-regression

Dataset

The dataset used in this project consists of a table containing home prices in Monroe Township, NJ. Each row in the dataset represents a home and contains the following features:

  • Area (square feet)
  • Number of bedrooms
  • Age of the home (in years)
  • Price (target variable)

Problem Statement

The goal of this project is to build a linear regression model that can accurately predict home prices based on the given features. This model can be helpful for both home buyers and sellers in Monroe Township to estimate the fair market value of a home based on its characteristics.

Repository Structure

  • data/: Contains the dataset used in the project.
  • src/: Contains the source code for data preprocessing, model training, and evaluation.
  • models/: Stores trained models for future use or deployment.
  • notebooks/: Jupyter notebooks for exploratory data analysis, model development, and evaluation.
  • README.md: This file, providing an overview of the project and its contents.

Dependencies

The following libraries are required to run the code in this repository:

  • Python (>= 3.6)
  • NumPy
  • pandas
  • scikit-learn
  • matplotlib
  • seaborn

Usage

  1. Clone this repository to your local machine:

About

Linear Regression Multiple Variables : Sample problem of predicting home price in monroe, new jersey

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published