Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
serviceRec
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
郭羽
serviceRec
Commits
fd7b1b49
Commit
fd7b1b49
authored
Sep 07, 2021
by
郭羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
模型删除 second 特征
parent
e5b1c88a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
get_redis_keys_hash.py
test/get_redis_keys_hash.py
+0
-0
train_service.py
train/train_service.py
+1
-1
No files found.
test/get_redis_keys_hash.py
View file @
fd7b1b49
train/train_service.py
View file @
fd7b1b49
...
...
@@ -78,7 +78,7 @@ def getTrainColumns(train_columns,data_vocab):
# 离散特征
for
feature
in
train_columns
:
if
data_vocab
.
get
(
feature
):
if
feature
.
startswith
(
"user__second"
)
and
not
feature
.
endswith
(
"1
"
):
if
feature
.
startswith
(
"user__second"
)
or
feature
.
startswith
(
"item_second
"
):
continue
cat_col
=
tf
.
feature_column
.
categorical_column_with_vocabulary_list
(
key
=
feature
,
vocabulary_list
=
data_vocab
[
feature
])
...
...
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