This commit is contained in:
Archit Dwivedi 2023-07-15 12:41:37 -04:00 committed by GitHub
commit 0f8e9e3115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,6 @@ def get_feature_config(data_spec_path, label):
"itl.engagement.is_retweeted", # Tensor index: 7
"itl.engagement.is_video_playback_50", # Tensor index: 8
"timelines.earlybird_score", # Tensor index: 9
]) \
.define_weight("meta.record_weight/type=earlybird") \
.build()
]).define_weight(
"meta.record_weight/type=earlybird"
).build()