Commit 2693d1c7 authored by Huan Zhang's avatar Huan Zhang Committed by Guolin Ke
Browse files

change is_train_metric to is_training_metric in GPU documentation (#922)

parent 0350a9a6
......@@ -105,7 +105,7 @@ num_iterations = 500
learning_rate = 0.1
tree_learner = serial
task = train
is_train_metric = false
is_training_metric = false
min_data_in_leaf = 1
min_sum_hessian_in_leaf = 100
ndcg_eval_at = 1,3,5,10
......
......@@ -107,7 +107,7 @@ num_iterations = 50
learning_rate = 0.1
tree_learner = serial
task = train
is_train_metric = false
is_training_metric = false
min_data_in_leaf = 1
min_sum_hessian_in_leaf = 100
ndcg_eval_at = 1,3,5,10
......
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