Commit 3f401477 authored by Seong-Jin Kim's avatar Seong-Jin Kim Committed by Nikita Titov
Browse files

fix a typo (#1452)

parent 0584065c
......@@ -19,7 +19,7 @@ class Metric;
* \brief The main entrance of LightGBM. this application has two tasks:
* Train and Predict.
* Train task will train a new model
* Predict task will predict the scores of test data using exsisting model,
* Predict task will predict the scores of test data using existing model,
* and save the score to disk.
*/
class Application {
......
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