Housing Price Prediction
A Machine Learning Approach
@kaggle.shubhammeshram579_house
A Machine Learning Approach
@kaggle.shubhammeshram579_house
CREATE TABLE housing (
"crim" DOUBLE,
"zn" DOUBLE,
"indus" DOUBLE,
"chas" BIGINT,
"nox" DOUBLE,
"rm" DOUBLE,
"age" DOUBLE,
"dis" DOUBLE,
"rad" DOUBLE,
"tax" BIGINT,
"ptratio" DOUBLE,
"b" DOUBLE,
"lstat" DOUBLE,
"medv" DOUBLE
);
Anyone who has the link will be able to view this.