Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
M
meta_base_code
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
宋柯
meta_base_code
Commits
c6d34498
Commit
c6d34498
authored
Nov 18, 2020
by
litaolemo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
f513e2e8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
13 deletions
+7
-13
daily_search_word_count.py
task/daily_search_word_count.py
+1
-1
daily_search_word_count_fix.py
task/daily_search_word_count_fix.py
+0
-0
recommend_strategy_fix.py
task/recommend_strategy_fix.py
+6
-6
spark_test.py
task/spark_test.py
+0
-6
每日搜索词.sql
task/每日搜索词.sql
+0
-0
No files found.
task/daily_search_word_count.py
View file @
c6d34498
...
...
@@ -65,7 +65,7 @@ spark.sql("CREATE TEMPORARY FUNCTION arrayMerge AS 'com.gmei.hive.common.udf.UDF
# huidu_device_id_df = spark.sql(huidu_device_id_sql)
# huidu_device_id_df.createOrReplaceTempView("dev_view")
task_list
=
[]
task_days
=
80
task_days
=
3
for
t
in
range
(
0
,
task_days
):
day_num
=
0
-
t
...
...
task/daily_search_word_count_fix.py
0 → 100644
View file @
c6d34498
This diff is collapsed.
Click to expand it.
task/recommend_strategy_fix.py
View file @
c6d34498
...
...
@@ -79,8 +79,7 @@ spark.sql("CREATE TEMPORARY FUNCTION is_json AS 'com.gmei.hive.common.udf.UDFJso
spark
.
sql
(
"CREATE TEMPORARY FUNCTION arrayMerge AS 'com.gmei.hive.common.udf.UDFArryMerge'"
)
task_days
=
2
for
t
in
range
(
0
,
60
):
for
t
in
range
(
6
,
7
):
day_num
=
0
-
t
now
=
(
datetime
.
datetime
.
now
()
+
datetime
.
timedelta
(
days
=
day_num
))
last_30_day_str
=
(
now
+
datetime
.
timedelta
(
days
=-
30
))
.
strftime
(
"
%
Y
%
m
%
d"
)
...
...
@@ -839,10 +838,11 @@ for t in range(0, 60):
pid
=
hashlib
.
md5
((
day_id
+
device_os_type
+
active_type
+
card_content_type
+
recommend_type
)
.
encode
(
"utf8"
))
.
hexdigest
()
try
:
card_click_diff
=
data_dict
.
get
(
pid
)
-
card_click
print
(
card_click_diff
)
card_click
+=
card_click_diff
card_exposure
+=
card_click_diff
click_ctr
=
round
(
card_click
/
card_exposure
,
5
)
if
card_click_diff
:
print
(
card_click_diff
)
card_click
+=
card_click_diff
card_exposure
+=
card_click_diff
click_ctr
=
round
(
card_click
/
card_exposure
,
5
)
except
:
print
(
"add error"
)
instert_sql
=
"""replace into recommend_strategy_d_fix(
...
...
task/spark_test.py
View file @
c6d34498
...
...
@@ -4,12 +4,6 @@
# @email : litao@igengmei.com
# @author : litao
# -*- coding:UTF-8 -*-
# @Time : 2020/9/4 17:07
# @File : search_meigou_ctr.py
# @email : litao@igengmei.com
# @author : litao
import
hashlib
import
json
...
...
task/每日搜索词.sql
View file @
c6d34498
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