ClimbsRocks / machineJS

[UNMAINTAINED] Automated machine learning- just give it a data file! Check out the production-ready version of this project at ClimbsRocks/auto_ml
https://github.com/ClimbsRocks/auto_ml
408 stars 64 forks source link

List index out of range #179

Open ittailup opened 8 years ago

ittailup commented 8 years ago

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?