Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
6b3ce6eb
Commit
6b3ce6eb
authored
Oct 16, 2016
by
Qiwei Ye
Browse files
quick fix for #2: predict.conf should declare data_has_label = true explicit for example data
parent
9298cf12
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
examples/binary_classification/predict.conf
examples/binary_classification/predict.conf
+1
-0
examples/parallel_learning/predict.conf
examples/parallel_learning/predict.conf
+1
-0
examples/regression/predict.conf
examples/regression/predict.conf
+1
-0
No files found.
examples/binary_classification/predict.conf
View file @
6b3ce6eb
...
@@ -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
examples/parallel_learning/predict.conf
View file @
6b3ce6eb
...
@@ -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
examples/regression/predict.conf
View file @
6b3ce6eb
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment