Page MenuHomePhabricator

Add Version Size Credibility Signal
Closed, ResolvedPublic3 Estimated Story Points

Description

Add version size (in bytes for wikitext) object to the version object so data consumers can feed it to machine learning model or create some kind of heuristic to determine version quality.

Notes:

  • we can just convert wikitext to bytes and get the length of that slice

Schema:

{
  "name":  "Earth",
  "version": {
    "size": {
      "unit_text": "B",
      "value": 100
    }
  },
  // ...other stuff goes here...
}

Related Objects

Event Timeline

AnnaMikla set the point value for this task to 3.Dec 8 2021, 7:09 PM
AnnaMikla changed the task status from Open to In Progress.Dec 21 2021, 4:17 PM
AnnaMikla changed the task status from In Progress to Open.Dec 27 2021, 9:32 PM