AlphaPy
AlphaPy copied to clipboard
Error while making a prediction with sflow
Description of the error
When following the NCAA Basketball Tutorial and trying to make a prediction on a date with the model created and trained, the system throws the following error:
"IndexError: boolean index did not match indexed array along dimension 1; dimension is 96 but corresponding boolean dimension is 106"
It is thrown at this part of the code:
Traceback (most recent call last):
File "/Users/alejandrovargasperez/opt/anaconda3/bin/sflow", line 8, in
To Reproduce Steps to reproduce the behavior:
- Run the command: "sflow --pdate 2016-03-01"
- When finished, run SportFlow in predict mode: "sflow --predict --pdate 2016-03-15"
- See error