|
@@ -114,7 +114,7 @@ class Mvp:
|
|
|
# self.shangju_db.add_some(self.sql_3, datas)
|
|
|
scores_behavioral = self.city_age_crowd(city, age, crowd)
|
|
|
scores_module = self.module_score(crowd, city, age, scores_behavioral)
|
|
|
- result = {'行为兴趣分值': scores_behavioral, '模型分值': scores_module}
|
|
|
+ result = {'行为兴趣分值': scores_behavioral, '模块分值': scores_module}
|
|
|
print('update finished!!!')
|
|
|
return result
|
|
|
|