Closed dorienh closed 3 years ago
In Preprocess class also there is an argument of last_x_days did you changed that also?
That's the one I changed:
Oh,
Solved point 3.: the old preprocess.py file was still in my folder and somehow was loaded instead! Strange that that happened, ignoring the filename!
This leaves:
Allow this to be set in the main engine.
Allow different values, e.g. if I change to 40 I get an error. You should allow big values. May need to dismiss input files that are too short. "IndexError: index 120441 is out of bounds for axis 0 with size 120441"
Yes I changed the file for this I will send the file
Thanks, all good!
Three things here:
Allow this to be set in the main engine.
Allow different values, e.g. if I change to 40 I get an error. You should allow big values. May need to dismiss input files that are too short.
After changing to 30 at the top of dataprocess.py, I still get:
X_train Shape (8602, 14, 192), Y_train Shape (8602, 1) X_test Shape (2464, 14, 192), Y_test Shape(2464, 1)