machineJS icon indicating copy to clipboard operation
machineJS copied to clipboard

List index out of range

Open ittailup opened this issue 9 years ago • 0 comments

Hi!

I've been getting some errors in a recent run of MachineJS I'm doing with some new data I had. I was successful in the past, but with a more updated dataset, I've been getting the following error:

traceback: 'Traceback (most recent call last):\n File "/Users/gabriel/code/machineJS/pySetup/makePredictions.py", line 177, in \n rowID = testIDColumn[idx]\nIndexError: list index out of range\n',

Is there something wrong with the data? Are you using "ID" as the index in this case, or do you generate your own idx?

ittailup avatar Apr 28 '16 15:04 ittailup