"tests/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "335d168811bd843af6df291ab54347f4f397705f"
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; ...@@ -19,7 +19,7 @@ class Metric;
* \brief The main entrance of LightGBM. this application has two tasks: * \brief The main entrance of LightGBM. this application has two tasks:
* Train and Predict. * Train and Predict.
* Train task will train a new model * 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. * and save the score to disk.
*/ */
class Application { 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