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
064185e5
Commit
064185e5
authored
Apr 21, 2020
by
段英荣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调试
parent
4adf4331
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
Linucb.py
linucb/core/Linucb.py
+1
-1
generate_content_user_feature.py
tools/generate_content_user_feature.py
+1
-3
No files found.
linucb/core/Linucb.py
View file @
064185e5
...
...
@@ -21,7 +21,7 @@ import time
class
LinUCB
:
d
=
2
d
=
491
alpha
=
0.1
r1
=
10
r0
=
-
0.1
...
...
tools/generate_content_user_feature.py
View file @
064185e5
...
...
@@ -218,9 +218,7 @@ if __name__ == "__main__":
onehot_encoder
=
Generate_Feature_Info
.
get_tagv3_label_onehot
(
label_encoder
=
label_encoder
,
tagv3_name_list
=
list
(
tagv3_name_set
))
# device_id="868771031984211"
# Generate_Feature_Info.generate_user_feature_to_redis(device_id,label_encoder)
Generate_Feature_Info
.
generate_content_feature_to_redis
(
label_encoder
,
onehot_encoder
)
# Generate_Feature_Info.generate_content_feature_to_redis(label_encoder,onehot_encoder)
linucb_matrix_redis_name
=
"strategy:linucb:matrix:content_type:diary"
...
...
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