Closed zhivko closed 7 years ago
Replacing xrange with range for python3 I get this:
TypeError Traceback (most recent call last)
OK fixed it with int() function and range for usage in python3.
sorry, i don't understand,is for i in range(int(len(data)/prediction_len))??
Testing this on python3 and jupyter notebook, I get:
NameError Traceback (most recent call last)