FLOOD PREDICTION
Predicting Flood Events: A Machine Learning Dataset
@kaggle.vijayaragulvr_flood_prediction
Predicting Flood Events: A Machine Learning Dataset
@kaggle.vijayaragulvr_flood_prediction
This dataset is designed for binary classification tasks, aiming to predict the occurrence of flood events based on various geographical, environmental, and impact-related features. It includes data on disaster types, geographical coordinates, human impact, duration, time, rainfall, elevation, slope, and distance.
CREATE TABLE flood_dataset_classification (
"disaster_type" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"total_deaths" DOUBLE,
"total_affected" DOUBLE,
"duration" DOUBLE,
"time" BIGINT,
"rainfall" DOUBLE,
"elevation" DOUBLE,
"slope" DOUBLE,
"distance" DOUBLE,
"occured" BIGINT
);
Anyone who has the link will be able to view this.