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
9ae2c11b
Unverified
Commit
9ae2c11b
authored
Aug 10, 2020
by
Nikita Titov
Committed by
GitHub
Aug 10, 2020
Browse files
[ci][docs] fix current master failures for docs test (#3297)
parent
7be57d77
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
docs/Parallel-Learning-Guide.rst
docs/Parallel-Learning-Guide.rst
+1
-1
include/LightGBM/c_api.h
include/LightGBM/c_api.h
+3
-3
No files found.
docs/Parallel-Learning-Guide.rst
View file @
9ae2c11b
...
...
@@ -138,7 +138,7 @@ Example
.. _The following example: https://github.com/Azure/mmlspark/blob/master/notebooks/samples/LightGBM%20-%20Quantile%20Regression%20for%20Drug%20Discovery.ipynb
.. _Kubeflow Fairing: https://www.kubeflow.org/docs/fairing/fairing-overview
.. _Kubeflow Fairing: https://www.kubeflow.org/docs/
components/
fairing/fairing-overview
.. _These examples: https://github.com/kubeflow/fairing/tree/master/examples/lightgbm
...
...
include/LightGBM/c_api.h
View file @
9ae2c11b
...
...
@@ -5,9 +5,9 @@
* \note
* To avoid type conversion on large data, the most of our exposed interface supports both float32 and float64,
* except the following:
*
1. gradient and Hessian;
*
2. current score for training and validation data.
*
.
* 1. gradient and Hessian;
* 2. current score for training and validation data.
* .
* The reason is that they are called frequently, and the type conversion on them may be time-cost.
*/
#ifndef LIGHTGBM_C_API_H_
...
...
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