View Source GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedPetacatDateUnreliability (google_api_content_warehouse v0.3.0)
Unreliable dates signals per Domain+Petacat. go/unreliable-dates-dd NOTE(tomwesolowski): As of now, we can safely keep up to 8 4-bytes fields in this proto due to Laelaps constraint of max. 50k bytes per single value. We keep all the petacats categories for a domain under the same key. The largest sites (Youtube, Wikipedia, Facebook) have up to 1.5k different petacat verticals. 1500 4 8 / 1024 bytes = 46.9k bytes
Attributes
-
contentageReliability(type:number(), default:nil) - -
dateExposure(type:number(), default:nil) - -
dateExposureScore(type:number(), default:nil) - This is date_exposure after sigmoid transformation. -
dateVsContentageDistributionSkew(type:number(), default:nil) - Auxiliary scores. The unreliable_dates_score is a product of these scores excl. date_exposure. The definition for each of the scores you can find at go/unreliable-dates-dd -
isForumQnaSocialMediaProbability(type:number(), default:nil) - -
petacatId(type:integer(), default:nil) - go/verticals4 -
unreliableDatesScore(type:number(), default:nil) - This is a final score excl. date exposure component.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedPetacatDateUnreliability{ contentageReliability: number() | nil, dateExposure: number() | nil, dateExposureScore: number() | nil, dateVsContentageDistributionSkew: number() | nil, isForumQnaSocialMediaProbability: number() | nil, petacatId: integer() | nil, unreliableDatesScore: number() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.