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
2df32efc
Commit
2df32efc
authored
6 years ago
by
张彦钊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete submit.sh time
parent
6ab4a5be
test
2 merge requests
!14
nearby queue取top50% 日记队列,因为日记队列变长,造成写入数据库失败
,
!13
nearby queue 取top50%的日记队列,否则日记队列过长,写不进数据库里
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
data2ffm.py
eda/esmm/Feature_pipline/data2ffm.py
+0
-1
submit.sh
eda/esmm/Model_pipline/submit.sh
+0
-2
No files found.
eda/esmm/Feature_pipline/data2ffm.py
View file @
2df32efc
...
...
@@ -254,7 +254,6 @@ def get_predict_set(model,columns):
df
=
df
.
drop
([
0
,
"seq"
],
axis
=
1
)
print
(
df
.
head
())
# print(df.loc[df["device_id"] == "358035085192742"].shape)
native_pre
=
df
[
df
[
"label"
]
==
"0"
]
native_pre
=
native_pre
.
drop
(
"label"
,
axis
=
1
)
print
(
"native"
)
...
...
This diff is collapsed.
Click to expand it.
eda/esmm/Model_pipline/submit.sh
View file @
2df32efc
...
...
@@ -59,8 +59,6 @@ ${PYTHON_PATH} ${MODEL_PATH}/Model_pipline/DeepCvrMTL.py --ctr_task_wgt=0.3 --le
echo
"train time"
current
=
$(
date
"+%Y-%m-%d %H:%M:%S"
)
timeStamp
=
$(
date
-d
"
$current
"
+%s
)
currentTimeStamp
=
$((
timeStamp
*
1000
+
`
date
"+%N"
`
/
1000000
))
echo
$current
echo
"infer native..."
...
...
This diff is collapsed.
Click to expand it.
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