mirror of
https://github.com/twitter/the-algorithm.git
synced 2025-01-07 01:48:16 +01:00
Compare commits
2 Commits
698316c028
...
9c859b328a
Author | SHA1 | Date | |
---|---|---|---|
|
9c859b328a | ||
|
eb86fc5144 |
@ -123,7 +123,8 @@ class DBv2DataExampleParser(Parser):
|
|||||||
|
|
||||||
for feature_name in list(self.features["binary"].keys()) + list(self.features["discretized"].keys()):
|
for feature_name in list(self.features["binary"].keys()) + list(self.features["discretized"].keys()):
|
||||||
self.feature_name_by_dbv2_id[str(_get_feature_id(feature_name))] = feature_name
|
self.feature_name_by_dbv2_id[str(_get_feature_id(feature_name))] = feature_name
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
def pattern(self):
|
def pattern(self):
|
||||||
'''
|
'''
|
||||||
:return: a RegEx that extracts dbv2 logit, logged lolly logit, feature ids and feature values.
|
:return: a RegEx that extracts dbv2 logit, logged lolly logit, feature ids and feature values.
|
||||||
|
Loading…
Reference in New Issue
Block a user