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
35f1f8a0
Commit
35f1f8a0
authored
Jul 23, 2021
by
郭羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
service embedding
parent
a1d73464
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
embedding.py
embedding/embedding.py
+7
-7
featureEng.py
spark/featureEng.py
+4
-4
No files found.
embedding/embedding.py
View file @
35f1f8a0
...
@@ -37,7 +37,7 @@ def getClickSql(start, end):
...
@@ -37,7 +37,7 @@ def getClickSql(start, end):
( --渠道,新老
( --渠道,新老
SELECT distinct device_id
SELECT distinct device_id
FROM online.ml_device_day_active_status
FROM online.ml_device_day_active_status
where partition_date>='{startDay}' and partition_date<'{endDay}'
where partition_date>='{startDay}' and partition_date<
=
'{endDay}'
AND active_type in ('1','2','4')
AND active_type in ('1','2','4')
and first_channel_source_type not in ('yqxiu1','yqxiu2','yqxiu3','yqxiu4','yqxiu5','mxyc1','mxyc2','mxyc3'
and first_channel_source_type not in ('yqxiu1','yqxiu2','yqxiu3','yqxiu4','yqxiu5','mxyc1','mxyc2','mxyc3'
,'wanpu','jinshan','jx','maimai','zhuoyi','huatian','suopingjingling','mocha','mizhe','meika','lamabang'
,'wanpu','jinshan','jx','maimai','zhuoyi','huatian','suopingjingling','mocha','mizhe','meika','lamabang'
...
@@ -260,18 +260,18 @@ if __name__ == '__main__':
...
@@ -260,18 +260,18 @@ if __name__ == '__main__':
start
=
time
.
time
()
start
=
time
.
time
()
# 入参
# 入参
trainDays
=
int
(
sys
.
argv
[
1
])
trainDays
=
int
(
sys
.
argv
[
1
])
#
spark = get_spark("embedding")
spark
=
get_spark
(
"embedding"
)
print
(
'trainDays:{}'
.
format
(
trainDays
),
flush
=
True
)
print
(
'trainDays:{}'
.
format
(
trainDays
),
flush
=
True
)
endDay
=
addDays
(
-
1
)
endDay
=
addDays
(
0
)
startDay
=
addDays
(
-
(
1
+
int
(
trainDays
)
))
startDay
=
addDays
(
-
int
(
trainDays
))
print
(
"train_data start:{} end:{}"
.
format
(
startDay
,
endDay
))
print
(
"train_data start:{} end:{}"
.
format
(
startDay
,
endDay
))
conf
=
SparkConf
()
.
setAppName
(
'embedding'
)
.
setMaster
(
'local'
)
#
conf = SparkConf().setAppName('embedding').setMaster('local')
spark
=
SparkSession
.
builder
.
config
(
conf
=
conf
)
.
getOrCreate
()
#
spark = SparkSession.builder.config(conf=conf).getOrCreate()
spark
.
sparkContext
.
setLogLevel
(
"ERROR"
)
#
spark.sparkContext.setLogLevel("ERROR")
# 行为数据
# 行为数据
clickSql
=
getClickSql
(
startDay
,
endDay
)
clickSql
=
getClickSql
(
startDay
,
endDay
)
...
...
spark/featureEng.py
View file @
35f1f8a0
...
@@ -405,7 +405,7 @@ def getClickSql(start, end):
...
@@ -405,7 +405,7 @@ def getClickSql(start, end):
( --渠道,新老
( --渠道,新老
SELECT distinct device_id
SELECT distinct device_id
FROM online.ml_device_day_active_status
FROM online.ml_device_day_active_status
where partition_date>='{startDay}' and partition_date<'{endDay}'
where partition_date>='{startDay}' and partition_date<
=
'{endDay}'
AND active_type in ('1','2','4')
AND active_type in ('1','2','4')
and first_channel_source_type not in ('yqxiu1','yqxiu2','yqxiu3','yqxiu4','yqxiu5','mxyc1','mxyc2','mxyc3'
and first_channel_source_type not in ('yqxiu1','yqxiu2','yqxiu3','yqxiu4','yqxiu5','mxyc1','mxyc2','mxyc3'
,'wanpu','jinshan','jx','maimai','zhuoyi','huatian','suopingjingling','mocha','mizhe','meika','lamabang'
,'wanpu','jinshan','jx','maimai','zhuoyi','huatian','suopingjingling','mocha','mizhe','meika','lamabang'
...
@@ -456,7 +456,7 @@ def getExposureSql(start, end):
...
@@ -456,7 +456,7 @@ def getExposureSql(start, end):
( --渠道,新老
( --渠道,新老
SELECT distinct device_id
SELECT distinct device_id
FROM online.ml_device_day_active_status
FROM online.ml_device_day_active_status
where partition_date>='{startDay}' and partition_date<'{endDay}'
where partition_date>='{startDay}' and partition_date<
=
'{endDay}'
AND active_type in ('1','2','4')
AND active_type in ('1','2','4')
and first_channel_source_type not in ('yqxiu1','yqxiu2','yqxiu3','yqxiu4','yqxiu5','mxyc1','mxyc2','mxyc3'
and first_channel_source_type not in ('yqxiu1','yqxiu2','yqxiu3','yqxiu4','yqxiu5','mxyc1','mxyc2','mxyc3'
,'wanpu','jinshan','jx','maimai','zhuoyi','huatian','suopingjingling','mocha','mizhe','meika','lamabang'
,'wanpu','jinshan','jx','maimai','zhuoyi','huatian','suopingjingling','mocha','mizhe','meika','lamabang'
...
@@ -760,8 +760,8 @@ if __name__ == '__main__':
...
@@ -760,8 +760,8 @@ if __name__ == '__main__':
trainDays
=
int
(
sys
.
argv
[
1
])
trainDays
=
int
(
sys
.
argv
[
1
])
print
(
'trainDays:{}'
.
format
(
trainDays
),
flush
=
True
)
print
(
'trainDays:{}'
.
format
(
trainDays
),
flush
=
True
)
endDay
=
addDays
(
-
1
)
endDay
=
addDays
(
0
)
startDay
=
addDays
(
-
(
1
+
int
(
trainDays
)
))
startDay
=
addDays
(
-
int
(
trainDays
))
print
(
"train_data start:{} end:{}"
.
format
(
startDay
,
endDay
))
print
(
"train_data start:{} end:{}"
.
format
(
startDay
,
endDay
))
...
...
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