Baselight

House Price Prediction Challenge

Predict the house prices in India

@kaggle.anmolkumar_house_price_prediction_challenge

Sample Submission
@kaggle.anmolkumar_house_price_prediction_challenge.sample_submission

  • 2.53 KB
  • 68720 rows
  • 3 columns
target_price

TARGET(PRICE

in

IN

lacs

LACS)


CREATE TABLE sample_submission (
  "target_price" DOUBLE,
  "in" VARCHAR,
  "lacs" VARCHAR
);

Share link

Anyone who has the link will be able to view this.