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
7c2958cd
Unverified
Commit
7c2958cd
authored
Mar 30, 2020
by
Nikita Titov
Committed by
GitHub
Mar 29, 2020
Browse files
[ci][docs] fixed broken link (#2956)
* fixed broken link * use another link
parent
03ce02aa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/Advanced-Topics.rst
docs/Advanced-Topics.rst
+1
-1
docs/Features.rst
docs/Features.rst
+1
-1
No files found.
docs/Advanced-Topics.rst
View file @
7c2958cd
...
...
@@ -16,7 +16,7 @@ Categorical Feature Support
---------------------------
- LightGBM offers good accuracy with integer-encoded categorical features. LightGBM applies
`Fisher (1958) <http://www.
csiss.org/SPACE/workshops/2004/SAC/files/fisher.pdf
>`_
`Fisher (1958) <http
s
://www.
tandfonline.com/doi/abs/10.1080/01621459.1958.10501479
>`_
to find the optimal split over categories as
`described here <./Features.rst#optimal-split-for-categorical-features>`_. This often performs better than one-hot encoding.
...
...
docs/Features.rst
View file @
7c2958cd
...
...
@@ -281,7 +281,7 @@ References
.. _LightGBM\: A Highly Efficient Gradient Boosting Decision Tree: https://papers.nips.cc/paper/6907-lightgbm-a-highly-efficient-gradient-boosting-decision-tree.pdf
.. _On Grouping for Maximum Homogeneity: http://www.
csiss.org/SPACE/workshops/2004/SAC/files/fisher.pdf
.. _On Grouping for Maximum Homogeneity: http
s
://www.
tandfonline.com/doi/abs/10.1080/01621459.1958.10501479
.. _Optimization of collective communication operations in MPICH: https://www.mcs.anl.gov/~thakur/papers/ijhpca-coll.pdf
...
...
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