Ranking – Progress Update

So this may not look much. BUT I have a ranking engine for my game collection!

Yep I now have a python script that creates match ups from my collection, and records the results. As you can see the script also gives me the depressing information that in total I will have to do a lot of pairwise comparisons. 23005 to be exact, based on a game collection of 215 games (it’s a couple more than that now, but that updated list hasn’t been imported into the database yet). The formula I used to work this out was totalNumTests = N(N-1)/2.

So two thirds of the way there. I now need to create my lists/stats engine. Or get an initial version done. But considering how many pairwise comparisons I have to do, it’s going to be a while before you see the fruits of that labour. However you may see the odd post that discusses one of the pairwise comparisons. Why did I rank game A better than game B, and asking for which one you’d choose?

To Do List:

  • Update script for populating to database with games to allow updates to the collection.
  • Lists/Stats Engine
  • Long term: create a GUI front end

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.