Commit 9e3f0d75 authored by 高雅喆's avatar 高雅喆

update

parent b35f4444
# -*- coding: UTF-8 -*- # -*- coding: UTF-8 -*-
import sys
import pymysql import pymysql
import redis import redis
import datetime import datetime
...@@ -7,6 +8,7 @@ import json ...@@ -7,6 +8,7 @@ import json
import numpy as np import numpy as np
import pandas as pd import pandas as pd
from eda.smart_rank.utils import * from eda.smart_rank.utils import *
sys.path.append("/srv/apps/ffm-baseline_git/eda/")
def get_user_service_portrait_not_alipay(cl_id, all_word_tags, all_tag_tag_type, all_3tag_2tag, size=10): def get_user_service_portrait_not_alipay(cl_id, all_word_tags, all_tag_tag_type, all_3tag_2tag, size=10):
......
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