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
f5395360
Unverified
Commit
f5395360
authored
May 06, 2024
by
James Lamb
Committed by
GitHub
May 06, 2024
Browse files
[docs] ensure pkgdown site index accurately reflects R-package public API (fixes #6444) (#6445)
parent
6e78e697
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
R-package/pkgdown/_pkgdown.yml
R-package/pkgdown/_pkgdown.yml
+12
-1
No files found.
R-package/pkgdown/_pkgdown.yml
View file @
f5395360
...
...
@@ -63,7 +63,6 @@ reference:
-
'
`dimnames.lgb.Dataset`'
-
'
`get_field`'
-
'
`set_field`'
-
'
`slice`'
-
'
`lgb.Dataset`'
-
'
`lgb.Dataset.construct`'
-
'
`lgb.Dataset.create.valid`'
...
...
@@ -71,6 +70,7 @@ reference:
-
'
`lgb.Dataset.set.categorical`'
-
'
`lgb.Dataset.set.reference`'
-
'
`lgb.convert_with_rules`'
-
'
`lgb.slice.Dataset`'
-
title
:
Machine Learning
desc
:
Train models with LightGBM and then use them to make predictions on new data
contents
:
...
...
@@ -78,6 +78,7 @@ reference:
-
'
`lgb.train`'
-
'
`predict.lgb.Booster`'
-
'
`lgb.cv`'
-
'
`lgb.configure_fast_predict`'
-
title
:
Saving / Loading Models
desc
:
Save and load LightGBM models
contents
:
...
...
@@ -85,6 +86,9 @@ reference:
-
'
`lgb.save`'
-
'
`lgb.load`'
-
'
`lgb.model.dt.tree`'
-
'
`lgb.drop_serialized`'
-
'
`lgb.make_serializable`'
-
'
`lgb.restore_handle`'
-
title
:
Model Interpretation
desc
:
Analyze your models
contents
:
...
...
@@ -93,3 +97,10 @@ reference:
-
'
`lgb.interprete`'
-
'
`lgb.plot.importance`'
-
'
`lgb.plot.interpretation`'
-
'
`print.lgb.Booster`'
-
'
`summary.lgb.Booster`'
-
title
:
Multithreading Control
desc
:
Manage degree of parallelism used by LightGBM
contents
:
-
'
`getLGBMThreads`'
-
'
`setLGBMThreads`'
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