rdpharr / project_notes

Notes about my data projects
https://rdpharr.github.io/project_notes/
Apache License 2.0
3 stars 3 forks source link

European Football Match Modeling | rdpharr’s projects #11

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

European Football Match Modeling | rdpharr’s projects

Creating a model that outperforms the oddsmakers

https://rdpharr.github.io/project_notes/soccer/machine%20learning/xgboost/2021/01/23/eurofootball_match_model.html

MarcosSouza1315 commented 3 years ago

Hi! The line explainer = shap.TreeExplainer(booster) returned the error UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe6 in position 32: invalid continuation byte

Do you know how to fix? It is possible that this error is because I'm running it at Google Colab? Thanks! =)