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
66b96368
Unverified
Commit
66b96368
authored
Jan 25, 2021
by
Philip Khor
Committed by
GitHub
Jan 25, 2021
Browse files
Remove duplicated return values from docs (#3850)
parent
0297719c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
R-package/R/lgb.Dataset.R
R-package/R/lgb.Dataset.R
+0
-1
R-package/man/slice.Rd
R-package/man/slice.Rd
+0
-2
No files found.
R-package/R/lgb.Dataset.R
View file @
66b96368
...
...
@@ -970,7 +970,6 @@ slice <- function(dataset, ...) {
}
#' @rdname slice
#' @return constructed sub dataset
#' @export
slice.lgb.Dataset
<-
function
(
dataset
,
idxset
,
...
)
{
...
...
R-package/man/slice.Rd
View file @
66b96368
...
...
@@ -17,8 +17,6 @@ slice(dataset, ...)
\item{idxset}{an integer vector of indices of rows needed}
}
\value{
constructed sub dataset
constructed sub dataset
}
\description{
...
...
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