andreiapostoae / dota2-predictor

Tool that predicts the outcome of a Dota 2 game using Machine Learning
MIT License
365 stars 82 forks source link

Bug in query.py resulting in wrong hero predictions #6

Closed mdfwn closed 7 years ago

mdfwn commented 7 years ago

I created a pull request, it's just a very small index mistake in the query.py. However, this issue is supposed to warn users that the query.py currently outputs wrong winning chances for each hero if you put call query.py with a list of 9 heroes.

andreiapostoae commented 7 years ago

Fixed, thank you for your help!