Commit 3da8e14b authored by 段英荣's avatar 段英荣

调试

parent ad253392
......@@ -258,7 +258,8 @@ if __name__ == "__main__":
user_feature_list = Generate_Feature_Info.get_user_feature_by_device_id(duan_device_id)
begin=time.time()
test_feature = [user_feature_list[0],user_feature_list[0]]
# test_feature = [user_feature_list[0],user_feature_list[0]]
test_feature = [1,2]
print(test_feature)
all_diary_content_redis_dict = redis_client.hgetall("strategy:linucb:matrix:content_type:diary")
top_tag_dict, top_tag_set = LinUCB.linucb_recommend_tag(all_diary_content_redis_dict,test_feature,list(all_diary_content_redis_dict.keys()))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment