KarthikaKP
Results
2
issues of
KarthikaKP
The paper is a NARX problem and as such, the predicted value at a time step should be used for next prediction.But here its not used.When this code is used...
I have seen that standardscaler.fit(X) is being used which which scale the entire data.But the usual practice is to fit on the training data and apply the same mean on...