зеркало из https://github.com/microsoft/LightGBM.git
quick fix for #2: predict.conf should declare data_has_label = true explicit for example data
This commit is contained in:
Родитель
9298cf12b5
Коммит
6b3ce6eb4f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче