https://bugzilla.wikimedia.org/show_bug.cgi?id=36768
--- Comment #4 from Fabrice Florin <[email protected]> 2012-05-17 06:18:48 UTC --- I tested these issues today on both prototype and en-wiki, and continue to find problems with the way we are calculating the relevance score. I documented the errors I found in three separate tests, which are detailed in the attached spreadsheet and screenshots, as well as summarized below: 1. Test 1: Existing post on Prototype (#545): * Action 1: Mark as Helpful (+1 point) > Actual score = 1 | Desired = 1 * Action 2: Mark as Unhelpful (-1 point) > Actual score = 0 | Desired = 0 * Action 3: Flag as Abuse (-5 points) > Actual score = -6 | Desired = -5 (ERROR) 2. Test 2: New post on Prototype (#546): * Action 1: Mark as Helpful (+1 point) > Actual score = 1 | Desired = 1 * Action 2: Mark as Unhelpful (-1 point) > Actual score = 2 | Desired = 0 (ERROR) 3. Test 3: New post on EN-Wiki (#100,023): * Action 1: Mark as Helpful (+1 point) > Actual score = 1 | Desired = 1 * Action 2: Mark as Unhelpful (-1 point) > Actual score = 0 | Desired = 0 * Action 3: Flag as Abuse (-5 points) > Actual score = -5 | Desired = -5 * Action 4: Featured (+50 points) > Actual score = 50 | Desired = -45 (ERROR) Reha, please confirm whether or not the version I tested on prototype was the latest -- and whether or not you can reproduce these errors on your end. In any case, I invite you to use the attached spreadsheet when debugging and testing this relevance score. It has formulas which contain the desired math and make it easy to detect errors in the actual score. Each test has its own columns for each test, with each possible action on a separate row. To enter a test action, add a '1' in that test's 'action' column, which automatically updates the correct score in the 'desired' column -- then refresh the page and add the actual relevance score from the perma-link page. Simply bold discrepancies and highlight them in red. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
