Commit e8113736 authored by 张彦钊's avatar 张彦钊

Merge branch 'master' of git.wanmeizhensuo.com:ML/ffm-baseline

删除一层隐藏层
parents 50b075e1 4c08d3c1
......@@ -16,7 +16,7 @@ if __name__ == "__main__":
import linecache
str = ""
for i in range(36,64):
s=linecache.getline('hypothesis_test.txt', i).strip("\n").split(",")
s=linecache.getline('/srv/apps/ffm-baseline/eda/recommended_indexs/hypothesis_test.txt', i).strip("\n").split(",")
if s[0] != "":
str += s[0]+"\n"
str +="【很重要】如下有变更,请提醒相关的人:1.推荐模型变更优化,影响CTR或者CVR(王志伟);2.任何涉及到数据库schame变更(王志伟)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment