I'm trying to build a model from an array with 572 rows and 8 columns loaded with NumPy. I defined the sets as:
train_x = x_vals[(11:34, 46:98, 110:268, 280:342, 354:408, 420:428, 440:478, 490:538, 550:571]
test_x = x_vals[0:10, 35:45, 99:109...
asked by
14.06.2018 / 22:34