Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
ffm-baseline
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ML
ffm-baseline
Commits
1e2860ff
Commit
1e2860ff
authored
Aug 05, 2020
by
赵威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
get body
parent
f0d5922a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
7 deletions
+19
-7
tag3_update_user_portrait_offline.py
eda/smart_rank/tag3_update_user_portrait_offline.py
+19
-7
No files found.
eda/smart_rank/tag3_update_user_portrait_offline.py
View file @
1e2860ff
...
@@ -4,15 +4,17 @@ import json
...
@@ -4,15 +4,17 @@ import json
import
operator
import
operator
from
collections
import
Counter
from
collections
import
Counter
import
py
mysql
import
py
tz
import
redis
import
redis
from
pyspark
import
SparkConf
from
pyspark.sql
import
SparkSession
import
pymysql
from
es_tool
import
es_insert_device_info
from
es_tool
import
es_insert_device_info
from
tool
import
(
get_doris_prod
,
get_jerry_test
,
get_redis_client
,
get_tag3_user_log
,
get_user_portrait_tag3_from_redis
,
from
pyspark
import
SparkConf
get_user_portrait_tag3_with_score
,
send_email
,
write_user_portrait
,
write_user_portrait_by_event
,
from
pyspark.sql
import
SparkSession
write_user_portrait_doris
)
from
tool
import
(
get_doris_prod
,
get_jerry_test
,
get_redis_client
,
get_tag3_user_log
,
get_user_portrait_tag3_from_redis
,
get_user_portrait_tag3_with_score
,
send_email
,
write_user_portrait
,
write_user_portrait_by_event
,
write_user_portrait_doris
)
# [{'激光': 1.949194898204873}, {'手术': 1.949194898204873}, {'手术': 1.949194898204873}, {'手术': 1.949194898204873, '植发际线': 7.1}]
# [{'激光': 1.949194898204873}, {'手术': 1.949194898204873}, {'手术': 1.949194898204873}, {'手术': 1.949194898204873, '植发际线': 7.1}]
...
@@ -261,7 +263,6 @@ def update_tag3_user_portrait(cl_id):
...
@@ -261,7 +263,6 @@ def update_tag3_user_portrait(cl_id):
anecdote_tags_scores
=
get_user_portrait_tag3_with_score
(
cl_id
)
.
get
(
"anecdote_tags"
,
{})
anecdote_tags_scores
=
get_user_portrait_tag3_with_score
(
cl_id
)
.
get
(
"anecdote_tags"
,
{})
res
[
"anecdote_tags"
]
=
anecdote_tags_scores
res
[
"anecdote_tags"
]
=
anecdote_tags_scores
print
(
res
)
if
(
len
(
first_demands_score
.
keys
())
>
0
)
or
(
len
(
second_demands_score
.
keys
())
>
0
)
or
\
if
(
len
(
first_demands_score
.
keys
())
>
0
)
or
(
len
(
second_demands_score
.
keys
())
>
0
)
or
\
(
len
(
first_solutions_score
.
keys
())
>
0
)
or
(
len
(
second_solutions_score
.
keys
())
>
0
)
or
\
(
len
(
first_solutions_score
.
keys
())
>
0
)
or
(
len
(
second_solutions_score
.
keys
())
>
0
)
or
\
...
@@ -277,6 +278,17 @@ def update_tag3_user_portrait(cl_id):
...
@@ -277,6 +278,17 @@ def update_tag3_user_portrait(cl_id):
# ",".join(first_positions_score.keys()), ",".join(second_positions_score.keys()),
# ",".join(first_positions_score.keys()), ",".join(second_positions_score.keys()),
# ",".join(projects_score.keys()))
# ",".join(projects_score.keys()))
body
=
{}
for
(
k
,
v
)
in
res
.
items
():
body
[
k
]
=
list
(
v
.
keys
())
body
[
"device_id"
]
=
cl_id
body
[
"last_modified"
]
=
datetime
.
datetime
.
strftime
(
datetime
.
datetime
.
now
(
pytz
.
timezone
(
"Asia/Shanghai"
)),
"
%
Y-
%
m-
%
dT
%
H:
%
M:
%
S.
%
f"
)[:
-
7
]
+
"Z"
print
(
body
)
# es_insert_device_info(cl_id, body)
# # write_user_portrait_doris(cl_id, ",".join(first_solutions_score.keys()), ",".join(second_solutions_score.keys()),
# # write_user_portrait_doris(cl_id, ",".join(first_solutions_score.keys()), ",".join(second_solutions_score.keys()),
# # ",".join(first_demands_score.keys()), ",".join(second_demands_score.keys()),
# # ",".join(first_demands_score.keys()), ",".join(second_demands_score.keys()),
# # ",".join(first_positions_score.keys()), ",".join(second_positions_score.keys()),
# # ",".join(first_positions_score.keys()), ",".join(second_positions_score.keys()),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment