Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gm_strategy_cvr
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_strategy_cvr
Commits
1adbbcbb
Commit
1adbbcbb
authored
Aug 07, 2020
by
赵威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add logger
parent
db7ac7c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
online_prediction.py
src/online_prediction.py
+3
-9
No files found.
src/online_prediction.py
View file @
1adbbcbb
...
@@ -22,16 +22,10 @@ def consume_kafka(device_dict, diary_dict, tractate_dict, diary_predict_fn, trac
...
@@ -22,16 +22,10 @@ def consume_kafka(device_dict, diary_dict, tractate_dict, diary_predict_fn, trac
for
msg
in
consumer
:
for
msg
in
consumer
:
data
=
json
.
loads
(
msg
.
value
)
data
=
json
.
loads
(
msg
.
value
)
device_id
=
data
.
get
(
"device_id"
,
""
)
device_id
=
data
.
get
(
"device_id"
,
""
)
print
(
data
)
log_time
=
str
(
datetime
.
fromtimestamp
(
int
(
data
.
get
(
"log_time"
,
1
))))
# event_cn = data.get("event_cn", "")
event_cn
=
data
.
get
(
"event_cn"
,
""
)
# log_time = ""
# try:
# log_time = datetime.fromtimestamp(int(data.get("log_time")))
# except:
# print("!!!!! " + device_id + " " + event_cn)
if
device_id
==
"androidid_a25a1129c0b38f7b"
:
if
device_id
==
"androidid_a25a1129c0b38f7b"
:
#
print(device_id + " " + event_cn + " " + log_time)
print
(
device_id
+
" "
+
event_cn
+
" "
+
log_time
)
offline_predict_diary
(
device_id
,
device_dict
,
diary_dict
,
diary_predict_fn
)
offline_predict_diary
(
device_id
,
device_dict
,
diary_dict
,
diary_predict_fn
)
offline_predict_tractate
(
device_id
,
device_dict
,
tractate_dict
,
tractate_predict_fn
)
offline_predict_tractate
(
device_id
,
device_dict
,
tractate_dict
,
tractate_predict_fn
)
print
(
"=========================================
\n
"
)
print
(
"=========================================
\n
"
)
...
...
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