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
7537bbe3
Unverified
Commit
7537bbe3
authored
Oct 29, 2018
by
Nikita Titov
Committed by
GitHub
Oct 29, 2018
Browse files
[docs] is_provide_training_metric param can be used only in CLI version (#1800)
parent
03fc805b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
docs/Parameters.rst
docs/Parameters.rst
+2
-0
include/LightGBM/config.h
include/LightGBM/config.h
+1
-0
No files found.
docs/Parameters.rst
View file @
7537bbe3
...
...
@@ -795,6 +795,8 @@ Metric Parameters
- set this to ``true`` to output metric result over training dataset
- **Note**: can be used only in CLI version
- ``eval_at`` :raw-html:`<a id="eval_at" title="Permalink to this parameter" href="#eval_at">🔗︎</a>`, default = ``1,2,3,4,5``, type = multi-int, aliases: ``ndcg_eval_at``, ``ndcg_at``, ``map_eval_at``, ``map_at``
- used only with ``ndcg`` and ``map`` metrics
...
...
include/LightGBM/config.h
View file @
7537bbe3
...
...
@@ -703,6 +703,7 @@ public:
// alias = training_metric, is_training_metric, train_metric
// desc = set this to ``true`` to output metric result over training dataset
// desc = **Note**: can be used only in CLI version
bool
is_provide_training_metric
=
false
;
// type = multi-int
...
...
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