https://github.com/calvinneo/mobapredict
Predict result of moba games
https://github.com/calvinneo/mobapredict
Last synced: 2 months ago
JSON representation
Predict result of moba games
- Host: GitHub
- URL: https://github.com/calvinneo/mobapredict
- Owner: CalvinNeo
- License: gpl-3.0
- Created: 2019-05-08T08:42:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T16:29:50.000Z (about 7 years ago)
- Last Synced: 2025-01-17T22:43:25.825Z (over 1 year ago)
- Language: Python
- Size: 49.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MobaPredict
Predict result of moba games. Currently Dota2.
## Dataset
https://www.kaggle.com/devinanzelmo/dota-2-matches
Download and extract as a `dota-2-matches` folder.
## Models
Trained models are stored in folder `checkpoint`.
- lr_xgl.py
Time series LR.
- lr_kill.py
lr_xgl + kill/death data of teamfights.