Sorry, registration has ended.

The problem that we are going to solve here is that given a set of features that describe a house in Boston, our machine learning model must predict the house price. To train our machine learning model with boston housing data, we will be using scikit-learn’s boston dataset. In this dataset, each row describes a boston town or suburb. There are 547 rows and 13 attributes (features) with a target column (price). https://archive.ics.uci.edu/ml/machine-learning-databases/housing/housing.names https://github.com/KARIM-MADRID/PY_ML_Houseprediction_Deployment


  • Date:16/08/2022 08:00 PM
  • Location Madrid, España (Map)

Description

https://github.com/KARIM-MADRID/PY_ML_Houseprediction_Deployment

#House_Price_Prediction Multiple Linear Regression is used to predict the price of the houses based on different 14 independent variables. This repository is directly pushed from pycharm (Python IDE), It use flask to deploy it.

This repo consists of: 1)Flask(Web framework) in:app.py 2)Dataset: House_modified.csv 3)Machine learning model : house_price_prediction.py 4)Template:index.html 4)CSS & fonts in : static folder.

These 4 directories will help you to create and deploy a finished machine learning model onto the website.

I BUILT MY SITE FOR FREE USING