浏览代码

feat:添加评估结果分析脚本

zhaohaipeng 6 月之前
父节点
当前提交
fa05083ce7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ad/model_predict_analyse.py

+ 1 - 1
ad/model_predict_analyse.py

@@ -4,7 +4,7 @@ import gzip
 
 from hdfs import InsecureClient
 
-client = InsecureClient("http://master-1-1.c-7f31a3eea195cb73.cn-hangzhou.emr.aliyuncs.com")
+client = InsecureClient("http://master-1-1.c-7f31a3eea195cb73.cn-hangzhou.emr.aliyuncs.com:9870")
 
 
 def read_predict(hdfs_path):