Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gm_mab
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
gm_mab
Commits
657969ee
Commit
657969ee
authored
Apr 20, 2020
by
段英荣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调试
parent
9a5f543f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
generate_content_user_feature.py
tools/generate_content_user_feature.py
+3
-1
No files found.
tools/generate_content_user_feature.py
View file @
657969ee
...
@@ -123,7 +123,7 @@ class Generate_Feature_Info(object):
...
@@ -123,7 +123,7 @@ class Generate_Feature_Info(object):
tag_label
=
-
1
tag_label
=
-
1
if
len
(
offi_tags_v3
)
>
0
:
if
len
(
offi_tags_v3
)
>
0
:
tag_label
=
label_encoder
.
transform
(
test_val_list
)[
0
]
tag_label
=
label_encoder
.
transform
(
offi_tags_v3
)[
0
]
diary_feature_list
=
[
tag_label
,
content_level
]
diary_feature_list
=
[
tag_label
,
content_level
]
redis_client
.
hset
(
redis_name_content_linucb_feature
,
diary_id
,
json
.
dumps
(
diary_feature_list
))
redis_client
.
hset
(
redis_name_content_linucb_feature
,
diary_id
,
json
.
dumps
(
diary_feature_list
))
...
@@ -171,6 +171,8 @@ if __name__ == "__main__":
...
@@ -171,6 +171,8 @@ if __name__ == "__main__":
device_id
=
"868771031984211"
device_id
=
"868771031984211"
Generate_Feature_Info
.
generate_user_feature_to_redis
(
device_id
,
label_encoder
)
Generate_Feature_Info
.
generate_user_feature_to_redis
(
device_id
,
label_encoder
)
Generate_Feature_Info
.
generate_content_feature_to_redis
(
label_encoder
)
# test_val_list = ["切开双眼皮"]
# test_val_list = ["切开双眼皮"]
#
#
# label_results_list = label_encoder.transform(test_val_list)
# label_results_list = label_encoder.transform(test_val_list)
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