|
@@ -134,7 +134,7 @@ class LightGBM(object):
|
|
|
x_list = json.loads(f1.read())
|
|
|
|
|
|
# 测试 label
|
|
|
- with open("whole_data/y_data_total_return_predict.json") as f2:
|
|
|
+ with open("produce_data/y_data_total_return_predict.json") as f2:
|
|
|
Y_test = json.loads(f2.read())
|
|
|
|
|
|
Y_test = [0 if i <= 26 else 1 for i in Y_test]
|