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
2693d1c7
Commit
2693d1c7
authored
Sep 20, 2017
by
Huan Zhang
Committed by
Guolin Ke
Sep 20, 2017
Browse files
change is_train_metric to is_training_metric in GPU documentation (#922)
parent
0350a9a6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/GPU-Performance.md
docs/GPU-Performance.md
+1
-1
docs/GPU-Tutorial.md
docs/GPU-Tutorial.md
+1
-1
No files found.
docs/GPU-Performance.md
View file @
2693d1c7
...
@@ -105,7 +105,7 @@ num_iterations = 500
...
@@ -105,7 +105,7 @@ num_iterations = 500
learning_rate = 0.1
learning_rate = 0.1
tree_learner = serial
tree_learner = serial
task = train
task = train
is_train_metric = false
is_train
ing
_metric = false
min_data_in_leaf = 1
min_data_in_leaf = 1
min_sum_hessian_in_leaf = 100
min_sum_hessian_in_leaf = 100
ndcg_eval_at = 1,3,5,10
ndcg_eval_at = 1,3,5,10
...
...
docs/GPU-Tutorial.md
View file @
2693d1c7
...
@@ -107,7 +107,7 @@ num_iterations = 50
...
@@ -107,7 +107,7 @@ num_iterations = 50
learning_rate = 0.1
learning_rate = 0.1
tree_learner = serial
tree_learner = serial
task = train
task = train
is_train_metric = false
is_train
ing
_metric = false
min_data_in_leaf = 1
min_data_in_leaf = 1
min_sum_hessian_in_leaf = 100
min_sum_hessian_in_leaf = 100
ndcg_eval_at = 1,3,5,10
ndcg_eval_at = 1,3,5,10
...
...
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