You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.
I am trying to build LSTM model on time-series data. I am using MinMaxScaler to change range of features and target variable, then I reshaped data into 3d [samples, timestep, dimensions]
Then I created a neural network model with 3 lstm layers. And after training, I am calculating r2 score on test data.
Same things I have done using dist-keras. But I am getting different results.
I am trying to build LSTM model on time-series data. I am using MinMaxScaler to change range of features and target variable, then I reshaped data into 3d [samples, timestep, dimensions]
Then I created a neural network model with 3 lstm layers. And after training, I am calculating r2 score on test data.
Same things I have done using dist-keras. But I am getting different results.
What wrong I am doing?
The text was updated successfully, but these errors were encountered: