We need to implement a time series problem by LSTM model.

But, while implementing the same, the main challenge we are facing is feature selection issue. Because, our data-set contain 5000 observations and 30 features. And we already know there are so many features which are not at all relevant. But, no one of has domain expertise to confirm which feature is relevant. The results obtained with use of all predictors are good ( accuracy about 98% ). Our goal is to reduce the number of predictors and keep the accuracy in good marge (> 85% for example)

More Abderrahim Abbassi's questions See All
Similar questions and discussions