Skip to content

Commit

Permalink
[ci][docs] fix current master failures for docs test (#3297)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS committed Aug 10, 2020
1 parent 7be57d7 commit 9ae2c11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Parallel-Learning-Guide.rst
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions include/LightGBM/c_api.h
Expand Up @@ -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_
Expand Down

0 comments on commit 9ae2c11

Please sign in to comment.