Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
strategy_embedding
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rank
strategy_embedding
Commits
232519b3
Commit
232519b3
authored
Nov 26, 2020
by
赵威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update tags limit
parent
79674b06
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
personas.py
utils/personas.py
+2
-1
No files found.
utils/personas.py
View file @
232519b3
...
...
@@ -39,10 +39,11 @@ def get_user_portrait_tag3_from_redis(device_id, limit_score=0, tags_num=5):
}
return
{}
def
get_user_portrait_tag3_business_tags
(
device_id
,
limit_score
=
0
,
tags_num
=
5
):
portrait_key
=
get_user_portrait_tag3_redis_key
(
device_id
)
if
redis_client2
.
exists
(
portrait_key
):
user_portrait
=
json
.
loads
(
redis_client2
.
get
(
portrait_key
))
business_tags
=
items_gt_score
(
user_portrait
.
get
(
"business_tags"
,
{}))
business_tags
=
items_gt_score
(
user_portrait
.
get
(
"business_tags"
,
{})
,
limit_score
=
limit_score
,
tags_num
=
tags_num
)
return
business_tags
return
[]
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