An open API service indexing awesome lists of open source software.

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

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.