Flood Prediction Dataset
Flood Prediction determination from population+land+climate+political factors
@kaggle.aritra100_flood_prediction_dataset
Flood Prediction determination from population+land+climate+political factors
@kaggle.aritra100_flood_prediction_dataset
CREATE TABLE sample_submission (
"id" BIGINT,
"floodprobability" DOUBLE
);
CREATE TABLE train (
"id" BIGINT,
"monsoonintensity" BIGINT,
"topographydrainage" BIGINT,
"rivermanagement" BIGINT,
"deforestation" BIGINT,
"urbanization" BIGINT,
"climatechange" BIGINT,
"damsquality" BIGINT,
"siltation" BIGINT,
"agriculturalpractices" BIGINT,
"encroachments" BIGINT,
"ineffectivedisasterpreparedness" BIGINT,
"drainagesystems" BIGINT,
"coastalvulnerability" BIGINT,
"landslides" BIGINT,
"watersheds" BIGINT,
"deterioratinginfrastructure" BIGINT,
"populationscore" BIGINT,
"wetlandloss" BIGINT,
"inadequateplanning" BIGINT,
"politicalfactors" BIGINT,
"floodprobability" DOUBLE
);
CREATE TABLE test (
"id" BIGINT,
"monsoonintensity" BIGINT,
"topographydrainage" BIGINT,
"rivermanagement" BIGINT,
"deforestation" BIGINT,
"urbanization" BIGINT,
"climatechange" BIGINT,
"damsquality" BIGINT,
"siltation" BIGINT,
"agriculturalpractices" BIGINT,
"encroachments" BIGINT,
"ineffectivedisasterpreparedness" BIGINT,
"drainagesystems" BIGINT,
"coastalvulnerability" BIGINT,
"landslides" BIGINT,
"watersheds" BIGINT,
"deterioratinginfrastructure" BIGINT,
"populationscore" BIGINT,
"wetlandloss" BIGINT,
"inadequateplanning" BIGINT,
"politicalfactors" BIGINT
);
Anyone who has the link will be able to view this.