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
92e4346d
Commit
92e4346d
authored
Oct 10, 2019
by
高雅喆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
491fa8ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
evaluation_metrics.py
eda/smart_rank/evaluation_metrics.py
+3
-3
No files found.
eda/smart_rank/evaluation_metrics.py
View file @
92e4346d
...
...
@@ -199,11 +199,11 @@ if __name__ == '__main__':
end_datetime
=
datetime
.
datetime
.
strptime
(
end_datetime_str
,
'
%
Y-
%
m-
%
d
%
H:
%
M:
%
S'
)
time_consuming
=
(
end_datetime
-
start_datetime
)
.
seconds
/
60
print
(
"画像
更新
统计日期:"
,
my_today
)
print
(
"画像
信息
统计日期:"
,
my_today
)
print
(
"画像更新耗时:{time_consuming}分钟"
.
format
(
time_consuming
=
time_consuming
))
print
(
"画像更新的设备数:"
,
portrait_device_count
[
0
][
"count(*)"
])
print
(
"
-"
*
66
)
print
(
"
画像匹配度统计
日期:"
,
my_yesterday
)
print
(
"
"
)
print
(
"
统计画像匹配度所用数据的
日期:"
,
my_yesterday
)
print
(
"画像的前n个tag:"
,
cmd_portrait_top_n
)
print
(
"重合个数:"
,
cmd_coincide_n
)
print
(
"下单人数:"
,
result
[
"device_count"
])
...
...
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