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

This commit is contained in:
Qiwei Ye 2016-10-16 19:28:10 -07:00
Родитель 9298cf12b5
Коммит 6b3ce6eb4f
3 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -5,3 +5,4 @@ data = binary.test
input_model= LightGBM_model.txt
data_has_label = true

Просмотреть файл

@ -5,3 +5,4 @@ data = binary.test
input_model= LightGBM_model.txt
data_has_label = true

Просмотреть файл

@ -5,3 +5,4 @@ data = regression.test
input_model= LightGBM_model.txt
data_has_label = true