Page MenuHomePhabricator

Create A Utility To Get Proportional Decrease
Closed, ResolvedPublic3 Estimated Story Points

Description

In order to get the proportional_decrease (refer to documentation/json-schema/delta.json) credibility signal , first we need to have the proportional delta table.

proportional_decrease is the sum of negative values in the prop_delta_table (definition in revscoring code)

Example:

prop_delta_table = {'apple': -1/3, 'shoes':1, 'cat': -1, dog:1}

proportional_increase = -1/3 - 1 = -1.3333

Event Timeline

Lena.Milenko changed the task status from Open to In Progress.May 5 2022, 2:35 AM
Protsack.stephan set the point value for this task to 3.
Lena.Milenko changed the task status from In Progress to Open.May 26 2022, 11:48 AM