Skip to content

Careless-Caramel/house-price-prediction-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

House Prediction Using Linear Regression Implemented with Flask

image

Linear Regression is an algorithm that belongs to supervised Machine Learning. It tries to apply relations that will predict the outcome of an event based on the independent variable data points.

The relation is usually a straight line that best fits the different data points as close as possible. The output is of a continuous form, i.e., numerical value.

For example, the output could be revenue or sales in currency, the number of products sold, etc. In the above example, the independent variable can be single or multiple.

In this project we create a Linear Regression Model for prediction.

📍Dataset Columns

  1. Area(in sq. ft)
  2. Price(in Rs.)

📍Libraries Used:

  1. pandas
  2. scikit-learn
  3. flask
  4. numpy
  5. pickle

🚀About Me

Hi, I'm Anna!👋

I am an AI Enthusiast and Data science & ML practitioner.👀💌