Baselight

Air Pollution Forecasting - LSTM Multivariate

Lstm multivariate sample dataset for architecture design and orchestration

@kaggle.rupakroy_lstm_datasets_multivariate_univariate

Pollution Test Data1
@kaggle.rupakroy_lstm_datasets_multivariate_univariate.pollution_test_data1

  • 9.12 KB
  • 346 rows
  • 8 columns
dew

Dew

temp

Temp

press

Press

wnd_dir

Wnd Dir

wnd_spd

Wnd Spd

snow

Snow

rain

Rain

pollution

Pollution

-1641027SE3.58128
-1751027SE7.677
-1641027SE9.3965
-1611028cv0.8979
-141028NE1.7993
-15-21029NE3.58104
-15-31029cv0.89202
-14-41030cv1.78245
-14-31030cv2.67225
-14-61030NW1.79180

CREATE TABLE pollution_test_data1 (
  "dew" BIGINT,
  "temp" BIGINT,
  "press" BIGINT,
  "wnd_dir" VARCHAR,
  "wnd_spd" DOUBLE,
  "snow" BIGINT,
  "rain" BIGINT,
  "pollution" BIGINT
);

Share link

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