Chromium Code Reviews
Description[Predator] Add MetaWeight and MetaFeatureValue to group multiple weights and features together.
MetaWeight, MetaFeature and MetaFeatureValue inherit MetaDict, MetaDict is a dict-like class and its value can be an element or another dict. (e.g {'a': e(1), 'b': {'c': e(2), 'd': e(3)}}).
MetaFeature allows features that share code (e.g. ``TouchCrashedFile``, ``MinDistance``, ``TopFrameIndex``) to be grouped together.
In training MetaDictSerializer is used to serialize MetaWeight and MetaFeature to np arrays.
BUG=679097
TBR=stgao@chromium.org
Review-Url: https://codereview.chromium.org/2625073003
Committed: https://chromium.googlesource.com/infra/infra/+/6ca03f16713d70f5b1cc3696e556d839209ac0ee
Patch Set 1 #Patch Set 2 : Fix nits. #
Total comments: 9
Patch Set 3 : Fix nits. #
Total comments: 2
Patch Set 4 : Rebase. #Depends on Patchset: Messages
Total messages: 26 (17 generated)
|