Explorar o código

update rank_service

linfan hai 1 ano
pai
achega
3e6cf36089
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rank_service.py

+ 1 - 1
rank_service.py

@@ -176,7 +176,7 @@ def get_featurs(mid, data, size, top_K, flow_pool_P, env_dict=None):
     feature_dict["hour_share_return_score_list"] = hour_share_return_score_list
     feature_dict["hour_share_score_list"] = hour_share_score_list
     feature_dict["hour_return_rate_list"] = hour_return_rate_list
-    feature_dict["hour_ctr_score_list "] = hour_ctr_score_list
+    feature_dict["hour_ctr_score_list"] = hour_ctr_score_list
     return feature_dict, recall_list