code-yuan-shi

Results 6 comments of code-yuan-shi

是不是得完整重要跑一篇 1.执行prepare/data_spider.py创建文件output/symptom_name.tsv和disease_symptomtxt.tsv 2.执行rebuild_disease_symptom_relation.py创建output/disease_symptom_ac.tsv和medical_rebuild.json 3.直接执行build_medicalgraph.py,创建图数据库的节点和关系

看了一下代码,原来是作者注释掉了,目前图数据库没什么问题,还有其它坑我再更新

why author have not make it as a API, it is only a simple judge work.

Have you solved it yet? if yes, how to?

基本确定了,eval_metric设定为AUC导致报错的(AUC不支持多分类吧),删除掉这个参数或者指定为logloss等评估指标就可以了

Why when I try to change l_scale to l_scale+1 I get the wrong peak, although this does not report an error anymore.