machineJS
machineJS copied to clipboard
List index out of range
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?