House Price Prediction Challenge
Predict the house prices in India
@kaggle.anmolkumar_house_price_prediction_challenge
Predict the house prices in India
@kaggle.anmolkumar_house_price_prediction_challenge
CREATE TABLE train (
"posted_by" VARCHAR,
"under_construction" BIGINT,
"rera" BIGINT,
"bhk_no" BIGINT,
"bhk_or_rk" VARCHAR,
"square_ft" DOUBLE,
"ready_to_move" BIGINT,
"resale" BIGINT,
"address" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"target_price_in_lacs" DOUBLE
);
Anyone who has the link will be able to view this.