Opened 5 years ago
Last modified 4 years ago
#122 new change
Build server-side for collection of URL Fixer usage data
Reported by: | greiner | Assignee: | |
---|---|---|---|
Priority: | Unknown | Milestone: | |
Module: | Infrastructure | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Platform: | Unknown | |
Ready: | no | Confidential: | no |
Tester: | Verified working: | no | |
Review URL(s): |
Description
Background
We want to improve URL Fixer's accuracy by sending usage data to our servers and processing it.
What to change
Add functionality to sitescripts for storing and processing usage data.
The processing encompasses the calculation of a confidence interval for a domain to be a false positive. For example, this could be achieved using the following formula:
0.4 * (current month) + 0.3 * (previous month) + 0.2 * (current year) + 0.1 * (previous year)
Change History (1)
comment:1 Changed 4 years ago by greiner
- Owner greiner deleted
- Platform set to Unknown
- Ready unset
- Summary changed from Build server-side for data collection to Build server-side for collection of URL Fixer usage data
Note: See
TracTickets for help on using
tickets.