From 42d00f5607effe2a82405e1f1ead7bdacbdae0c4 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Thu, 3 Aug 2017 22:44:50 -0400 Subject: [PATCH] typo (#783) --- examples/regression/train.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/regression/train.conf b/examples/regression/train.conf index 50989bb49..11396c23e 100644 --- a/examples/regression/train.conf +++ b/examples/regression/train.conf @@ -56,7 +56,7 @@ num_leaves = 31 # alias: tree tree_learner = serial -# number of threads for multi-threading. One thread will use one CPU, defalut is setted to #cpu. +# number of threads for multi-threading. One thread will use one CPU, default is setted to #cpu. # num_threads = 8 # feature sub-sample, will random select 80% feature to train on each iteration