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
0cd1e7dc
Commit
0cd1e7dc
authored
Jul 21, 2020
by
赵威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update path
parent
a891c1ef
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4 additions
and
4 deletions
+4
-4
main.py
src/main.py
+4
-4
__init__.py
src/models/__init__.py
+0
-0
__init__.py
src/models/esmm/__init__.py
+0
-0
fe.py
src/models/esmm/fe.py
+0
-0
input_fn.py
src/models/esmm/input_fn.py
+0
-0
model.py
src/models/esmm/model.py
+0
-0
utils.py
src/models/esmm/utils.py
+0
-0
No files found.
src/main.py
View file @
0cd1e7dc
...
@@ -8,10 +8,10 @@ from pathlib import Path
...
@@ -8,10 +8,10 @@ from pathlib import Path
import
tensorflow
as
tf
import
tensorflow
as
tf
from
sklearn.model_selection
import
train_test_split
from
sklearn.model_selection
import
train_test_split
from
esmm.fe
import
(
click_feature_engineering
,
device_feature_engineering
,
diary_feature_engineering
,
join_features
,
from
models.esmm.fe
import
(
click_feature_engineering
,
device_feature_engineering
,
diary_feature_engineering
,
read_csv_data
,
get_device_df_from_redis
,
get_diary_df_from_redis
)
get_device_df_from_redis
,
get_diary_df_from_redis
,
join_features
,
read_csv_data
)
from
esmm.input_fn
import
build_features
,
esmm_input_fn
from
models.
esmm.input_fn
import
build_features
,
esmm_input_fn
from
esmm.model
import
esmm_model_fn
,
model_export
,
model_predict
from
models.
esmm.model
import
esmm_model_fn
,
model_export
,
model_predict
# tf.compat.v1.enable_eager_execution()
# tf.compat.v1.enable_eager_execution()
...
...
src/
esmm
/__init__.py
→
src/
models
/__init__.py
View file @
0cd1e7dc
File moved
src/models/esmm/__init__.py
0 → 100644
View file @
0cd1e7dc
src/esmm/fe.py
→
src/
models/
esmm/fe.py
View file @
0cd1e7dc
File moved
src/esmm/input_fn.py
→
src/
models/
esmm/input_fn.py
View file @
0cd1e7dc
File moved
src/esmm/model.py
→
src/
models/
esmm/model.py
View file @
0cd1e7dc
File moved
src/esmm/utils.py
→
src/
models/
esmm/utils.py
View file @
0cd1e7dc
File moved
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