I have some time series datasets for prediction. In which, I got stationary after basic test by ADF() function. But I got the good result by SVR method than ARIMA. I have doubt that I can use SVR, ANN, LSTM for stationary time series data because of the nonlinear model.
Thank You