罗俊辉 1 năm trước cách đây
mục cha
commit
68c5593174
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      main.py

+ 3 - 1
main.py

@@ -1,5 +1,7 @@
+import os
+import sys
 import json
-
+sys.path.append(os.getcwd())
 import numpy as np
 import lightgbm as lgb
 from sklearn.model_selection import train_test_split