Commit 05bbe4f4 authored by Davis King's avatar Davis King

Fixed spelling error in comment

parent 4a9cccb4
...@@ -108,7 +108,7 @@ int main(int argc, char** argv) ...@@ -108,7 +108,7 @@ int main(int argc, char** argv)
trainer.set_nu(0.05); trainer.set_nu(0.05);
trainer.set_tree_depth(2); trainer.set_tree_depth(2);
// some parts of training process can be parellelized. // some parts of training process can be parallelized.
// Trainer will use this count of threads when possible // Trainer will use this count of threads when possible
trainer.set_num_threads(2); trainer.set_num_threads(2);
......
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