GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedPetacatDateUnreliability
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
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):
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.
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
}
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