PokemonGoers / PredictPokemon-2

In this project we will apply machine learning to establish the TLN (Time, Location and Name - that is where pokemons will appear, at what date and time, and which Pokemon will it be) prediction in Pokemon Go.
Apache License 2.0
9 stars 3 forks source link

separated files #24

Closed Aurel-Roci closed 8 years ago

Aurel-Roci commented 8 years ago

separated files to retrive data and convert to arff file

bensLine commented 8 years ago

@Aurel-Roci I created a modular setup for different feature sources https://github.com/PokemonGoers/PredictPokemon-2/pull/25. The changes also affect the getApiData file. I think a separate .json file is not really necessary anymore. So to avoid merge conflicts we should not merge this PR right now. If the .json is still required you could update the getApiData after #25 was merged. I'll close this PR for now, hope that's fine with you!