QualityTimebasedPetacatDateUnreliability

GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedPetacatDateUnreliability


Table of Contents ▼

Jump to a specific part of the page:

Description

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 List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. contentageReliability (type: number(), default: nil)
    -
  2. dateExposure (type: number(), default: nil)
    -
  3. dateExposureScore (type: number(), default: nil)
    - This is date_exposure after sigmoid transformation.
  4. 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
  5. isForumQnaSocialMediaProbability (type: number(), default: nil)
    -
  6. petacatId (type: integer(), default: nil)
    - go/verticals4
  7. unreliableDatesScore (type: number(), default: nil)
    - This is a final score excl. date exposure component.

Type

@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
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedPetacatDateUnreliability