-
Predictions for 01/06/2021:
Traceback (most recent call last):
File "c:\Users\Documents\Python\NBA-Predict\nbaPredict.py", line 95, in
makeInterpretPredictions('01/06/2021', '2020-21', '12/1…
-
Hi,
Would you be interested in connecting to Betfair and automating the betting(paper)?
Would be an interesting exercise!
-
Hey! awesome work btw! I was wondering if there's a way to update the database since I think it is bound to the seasons from 2016 to 2019 if I'm not mistaken ?
Plus I had a question when creating …
-
Hi Jake, wondering if this require any updates. I tired running it but getting the following error.
Predictions for 12/23/2020:
Traceback (most recent call last):
File "nbaPredict.py", line 95,…
-
**Describe the bug**
Prediction routing test throws an error for 2021 due to lack of playoff data.
https://github.com/skekre98/NBA-Search/blob/0bb22568befaf307fd13ce0d2036fd66fb6d150f/modules/scrape…
-
**Description of feature/enhancement**
The current version of NBA standings is in static format. It would be better to automate this process to we don't have to manually update standings.
**Descr…
-
Use Spring RestTemplate to parse json from https://projects.fivethirtyeight.com/2018-nba-predictions/data.json
```
Caused by: com.fasterxml.jackson.core.JsonParseException: Illegal character ((CTRL-…
-
### makeInterpretPredictions('02/25/2021', '2020-21', '12/22/2020')
### It worked twice with this same code, but when I did it the third time I got this error.
Traceback (most recent call la…
-
Hi,
there seems to be a bug in `do_naive_bayes_prediction` which can cause a math range error. I get the following output when training a `HoeffdingTreeClassifier` (but I suspect, that this also af…
-
Hi,
Thanks for open sourcing this.
When trying to duplicate the results as described in the paper, I encountered some issues. Much appreciated for some advice.
Taking the AGNews dataset as an…