Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
3f401477
Commit
3f401477
authored
Jun 15, 2018
by
Seong-Jin Kim
Committed by
Nikita Titov
Jun 14, 2018
Browse files
fix a typo (#1452)
parent
0584065c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/LightGBM/application.h
include/LightGBM/application.h
+1
-1
No files found.
include/LightGBM/application.h
View file @
3f401477
...
@@ -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 ex
s
isting 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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment