Air Pollution Forecasting - LSTM Multivariate
Lstm multivariate sample dataset for architecture design and orchestration
@kaggle.rupakroy_lstm_datasets_multivariate_univariate
Lstm multivariate sample dataset for architecture design and orchestration
@kaggle.rupakroy_lstm_datasets_multivariate_univariate
CREATE TABLE lstm_multivariate_pollution (
"date" TIMESTAMP,
"pollution" DOUBLE,
"dew" BIGINT,
"temp" DOUBLE,
"press" DOUBLE,
"wnd_dir" VARCHAR,
"wnd_spd" DOUBLE,
"snow" BIGINT,
"rain" BIGINT
);
Anyone who has the link will be able to view this.