Chicago House Price
house prices in the suburbs of chicago
@kaggle.tawfikelmetwally_chicago_house_price
house prices in the suburbs of chicago
@kaggle.tawfikelmetwally_chicago_house_price
if you found it useful, Make an upvote 🔼.
you are given dataset which contains information about houses prices in the suburbs of chicago
your task is first analysis the data ,and then to apply a regression model to it.
dataset consists of following variables:
CREATE TABLE realest (
"price" DOUBLE,
"bedroom" DOUBLE,
"space" DOUBLE,
"room" DOUBLE,
"lot" DOUBLE,
"tax" DOUBLE,
"bathroom" DOUBLE,
"garage" DOUBLE,
"condition" DOUBLE
);Anyone who has the link will be able to view this.