Update feature_config.py
This commit is contained in:
parent
6e5c875a69
commit
fdafc8ef62
|
@ -69,6 +69,6 @@ def get_feature_config(data_spec_path, label):
|
||||||
"itl.engagement.is_retweeted", # Tensor index: 7
|
"itl.engagement.is_retweeted", # Tensor index: 7
|
||||||
"itl.engagement.is_video_playback_50", # Tensor index: 8
|
"itl.engagement.is_video_playback_50", # Tensor index: 8
|
||||||
"timelines.earlybird_score", # Tensor index: 9
|
"timelines.earlybird_score", # Tensor index: 9
|
||||||
]) \
|
]).define_weight(
|
||||||
.define_weight("meta.record_weight/type=earlybird") \
|
"meta.record_weight/type=earlybird"
|
||||||
.build()
|
).build()
|
||||||
|
|
Loading…
Reference in New Issue