zgovani / lol-champion-picker

Using Tensorflow to predict the outcome of League of Legends matches
6 stars 1 forks source link

what is heroStaticData.txt file ? #1

Open nongnoobjung opened 6 years ago

nongnoobjung commented 6 years ago

what is heroStaticData.txt file ?

zgovani commented 6 years ago

That file contains the data returned by the static API call to Riot Game's database. It contains all static data about the heroes.

nongnoobjung commented 6 years ago

how to getting it ?

zgovani commented 6 years ago

I queried Riot's static API and stored the result into a text file. https://developer.riotgames.com/static-data.html

nongnoobjung commented 6 years ago

ahh got it ty but still don't know how to train data set after getting data