Software Archive
Read-only legacy content
17061 Discussions

Machine learning model selection for Time Series problem ?

Rajgure__Akash
Beginner
551 Views

Hi All,

I am trying to apply machine learning algorithm to a dataset which consits of emission of pollutant gas from an engine called SO2(target variable) which is collected over 6 months of time for at a interval of each of 15 mins each.The dataset also do have other independent variables like pressure,vapour etc with time.
Now the question is
should i go for time series modelling like arima for forcasting the So2?
or should i go for randomforest or svm for forecasting?

For More Details Visit:    Hadoop admin training in pune

0 Kudos
1 Reply
ArthurRatz
Novice
552 Views

Rajgure, Akash , regressions like arima are attractive for time series modelling, but it's seems to me that it's better to use Python's Keras / TensorFlow library, specifically RNNs, LSTM and GRU for time series forecasting.

0 Kudos
Reply