Commit 6b3ce6eb authored by Qiwei Ye's avatar Qiwei Ye
Browse files

quick fix for #2: predict.conf should declare data_has_label = true explicit for example data

parent 9298cf12
...@@ -5,3 +5,4 @@ data = binary.test ...@@ -5,3 +5,4 @@ data = binary.test
input_model= LightGBM_model.txt input_model= LightGBM_model.txt
data_has_label = true
...@@ -5,3 +5,4 @@ data = binary.test ...@@ -5,3 +5,4 @@ data = binary.test
input_model= LightGBM_model.txt input_model= LightGBM_model.txt
data_has_label = true
...@@ -5,3 +5,4 @@ data = regression.test ...@@ -5,3 +5,4 @@ data = regression.test
input_model= LightGBM_model.txt input_model= LightGBM_model.txt
data_has_label = true
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment