Baselight

Rainfall-prediction-dataset

This is the dataset used for Kaggle Competition S5E3

@kaggle.karthikeyananumalla_rainfall_prediction_15

Loading...
Loading...

About this Dataset

Rainfall-prediction-dataset

Feel free to use the original dataset both to explore differences as well as to see whether incorporating the original in training improves model performance. This dataset contains the data whether the rain will occur or not based on certain number of atmospheric features.

Tables

Train Data

@kaggle.karthikeyananumalla_rainfall_prediction_15.train_data
  • 148.31 KB
  • 3798 rows
  • 12 columns
Loading...

CREATE TABLE train_data (
  "day" BIGINT,
  "pressure" DOUBLE,
  "maxtemp" DOUBLE,
  "temparature" DOUBLE,
  "mintemp" DOUBLE,
  "dewpoint" DOUBLE,
  "humidity" DOUBLE,
  "cloud" DOUBLE,
  "sunshine" DOUBLE,
  "winddirection" DOUBLE,
  "windspeed" DOUBLE,
  "rainfall" BIGINT
);

Test Data

@kaggle.karthikeyananumalla_rainfall_prediction_15.test_data
  • 26.49 KB
  • 730 rows
  • 12 columns
Loading...

CREATE TABLE test_data (
  "id" BIGINT,
  "day" BIGINT,
  "pressure" DOUBLE,
  "maxtemp" DOUBLE,
  "temparature" DOUBLE,
  "mintemp" DOUBLE,
  "dewpoint" DOUBLE,
  "humidity" DOUBLE,
  "cloud" DOUBLE,
  "sunshine" DOUBLE,
  "winddirection" DOUBLE,
  "windspeed" DOUBLE
);

Share link

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