Commit fc46ff77 authored by 高雅喆's avatar 高雅喆

update

parent 9e3f0d75
...@@ -17,7 +17,7 @@ import numpy as np ...@@ -17,7 +17,7 @@ import numpy as np
import pandas as pd import pandas as pd
from pyspark.sql.functions import lit from pyspark.sql.functions import lit
from pyspark.sql.functions import concat_ws from pyspark.sql.functions import concat_ws
from eda.smart_rank.utils import * from utils import *
def get_user_service_portrait(cl_id, all_word_tags, all_tag_tag_type, all_3tag_2tag, size=10): def get_user_service_portrait(cl_id, all_word_tags, all_tag_tag_type, all_3tag_2tag, size=10):
......
...@@ -7,8 +7,7 @@ import time ...@@ -7,8 +7,7 @@ import time
import json 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 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