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
c1824411
Commit
c1824411
authored
Jul 27, 2020
by
赵威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update sql
parent
26250a54
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
new_tag3_cold_start.py
eda/smart_rank/new_tag3_cold_start.py
+1
-1
No files found.
eda/smart_rank/new_tag3_cold_start.py
View file @
c1824411
...
...
@@ -39,7 +39,7 @@ keywords = [
def
get_all_city_id
():
sql
=
"select distinct tag_id from api_city"
mysql_results
=
get_data_by_mysql
(
"172.16.30.141"
,
3306
,
"
work"
,
"BJQaT9VzDcuPBqkd
"
,
"zhengxing"
,
sql
)
mysql_results
=
get_data_by_mysql
(
"172.16.30.141"
,
3306
,
"
zx_str"
,
"ZXueX58pStrage
"
,
"zhengxing"
,
sql
)
city_tag_ids
=
[
i
[
"tag_id"
]
for
i
in
mysql_results
]
city_tag_ids
.
append
(
-
1
)
# 没有城市的情况
return
city_tag_ids
...
...
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