Closed AlexanderLill closed 8 years ago
@AlexanderLill There are already a lot of such rankings floating around the web, e.g. http://imgur.com/gallery/ZTgIu or https://docs.google.com/document/d/1iZeW3wt-h-L7v97FaDLSjqxFysTLQef92c1nNOqt3Tk but we could also use our own analysis data. I will check what makes more sense. Do you also want an API route for that or shall we provide it to you as an excel sheet/json or sth else?
It would be nice if you could add the data to the pokemon object itself.
{
"pokemonId": 25,
"name": "Pikachu",
...
"ranking": 42,
"appearanceLikelihood": 0.04
}
Mh. these data should come from the @PokemonGoers/predictpokemon-1 @PokemonGoers/predictpokemon-2 groups, though I wonder how. @goldbergtatyana can you get this kind of information out of the ML device itself? And how.. 💭
@sacdallago we have the distribution of pokemon seen, it is only an approximation of rarity, but still. But with 500k dataset it seems to be pretty legit to me. (The pictures are only from 50k dataset though)
yeah :) I get that, but eventually the numbers will adjust?
I think so.
@sacdallago from the 600k data dump we get those numbers for the different pokemon ids
I guess we could calculate representative percentages from that. However, I thought there should also be a pokemon grouping like rare, common, not-you-again
. Am I mixing things up or was that the same?
done, see #171
@jonas-he thanks, great! :) @bensLine I think we will have to come up with a visualisation in the user interface, yes. I think we will somehow map the rarity ranks to a star-system (1 to 3 stars) or something, let's see. If someone is interested in brainstorming => https://github.com/PokemonGoers/Catch-em-all/issues/86
PS: It would be cool if the API documentation could be updated too so we have a quick overview over the available attributes
Hello everyone,
it would be very helpful to also get the data about the rarity of each pokemon. We want to use this for sorting pokemon in different places and also to show some indicator in our PokeDex.
The following fields are therefore useful: ranking: the number indicating which number this pokemon gets on a ranking from 1: rarest pokemon to 151: most often occurring pokemon. E.g. as far as I remember pidgey would be nr 151 here
appearance_likelihood: percentage of this pokemon of all pokemons, e.g. 20% of all appearing pokemon are pidgey
If there are any questions please let us know :) ( @johartl )
Best, Alex