You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
Is there something wrong with the data? Are you using "ID" as the index in this case, or do you generate your own idx?
The text was updated successfully, but these errors were encountered: