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

Split getApi into Api-to-JSON and JSON-to-arff #22

Closed MatthiasBaur closed 8 years ago

MatthiasBaur commented 8 years ago

@bensLine Since we are adding and removing features all the time it would be nice to have an easy entrypoint. Since we get the data in JSON format, we can just use it to add more features.

bensLine commented 8 years ago

Yes that's a good point, I have an idea how to set this up. I'll implement it later. Should be up in the afternoon

MatthiasBaur commented 8 years ago

This issue was addressed in https://github.com/PokemonGoers/PredictPokemon-2/tree/feature/featureSourceSetup