Unverified Commit 340229a5 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

improve grouping in R API reference (#3854)

parent 36531679
...@@ -46,7 +46,7 @@ navbar: ...@@ -46,7 +46,7 @@ navbar:
reference: reference:
- title: Datasets - title: Datasets
desc: Datasets included with the R package desc: Datasets included with the R-package
contents: contents:
- '`agaricus.train`' - '`agaricus.train`'
- '`agaricus.test`' - '`agaricus.test`'
...@@ -67,10 +67,11 @@ reference: ...@@ -67,10 +67,11 @@ reference:
- '`lgb.Dataset.set.reference`' - '`lgb.Dataset.set.reference`'
- '`lgb.convert_with_rules`' - '`lgb.convert_with_rules`'
- title: Machine Learning - title: Machine Learning
desc: Train models with LightGBM desc: Train models with LightGBM and then use them to make predictions on new data
contents: contents:
- '`lightgbm`' - '`lightgbm`'
- '`lgb.train`' - '`lgb.train`'
- '`predict.lgb.Booster`'
- '`lgb.cv`' - '`lgb.cv`'
- title: Saving / Loading Models - title: Saving / Loading Models
desc: Save and load LightGBM models desc: Save and load LightGBM models
...@@ -79,11 +80,10 @@ reference: ...@@ -79,11 +80,10 @@ reference:
- '`lgb.save`' - '`lgb.save`'
- '`lgb.load`' - '`lgb.load`'
- '`lgb.model.dt.tree`' - '`lgb.model.dt.tree`'
- '`predict.lgb.Booster`'
- '`saveRDS.lgb.Booster`' - '`saveRDS.lgb.Booster`'
- '`readRDS.lgb.Booster`' - '`readRDS.lgb.Booster`'
- title: Predictive Analysis - title: Model Interpretation
desc: Analyze your predictions desc: Analyze your models
contents: contents:
- '`lgb.get.eval.result`' - '`lgb.get.eval.result`'
- '`lgb.importance`' - '`lgb.importance`'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment