罗俊辉 преди 1 година
родител
ревизия
cf7969ba4c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      main_spider.py

+ 1 - 1
main_spider.py

@@ -174,7 +174,7 @@ class LightGBM(object):
             real_label = y[index]
             score = item
             prid_label = y_pred_binary[index]
-            if score > 0.6:
+            if score < 0.169541:
                 print(real_label, "\t", prid_label, "\t", score)
             fw.write("{}\t{}\t{}\n".format(real_label, prid_label, score))
             score_list.append(score)