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
4a1e5fa5
Commit
4a1e5fa5
authored
Sep 12, 2018
by
Nikita Titov
Committed by
Qiwei Ye
Sep 12, 2018
Browse files
Update Advanced-Topics.rst (#1661)
parent
c258cec7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/Advanced-Topics.rst
docs/Advanced-Topics.rst
+1
-1
No files found.
docs/Advanced-Topics.rst
View file @
4a1e5fa5
...
...
@@ -24,7 +24,7 @@ Categorical Feature Support
Refer to the parameter ``categorical_feature`` in `Parameters <./Parameters.rst#categorical_feature>`__.
- Categorical features must be encoded as non-negative integers (``int``) less than ``Int32.MaxValue`` (2147483647).
It is best to use a contiguous range of integers.
It is best to use a contiguous range of integers
started from zero
.
- Use ``min_data_per_group``, ``cat_smooth`` to deal with over-fitting (when ``#data`` is small or ``#category`` is large).
...
...
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