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
6bb61ea3
Commit
6bb61ea3
authored
Mar 16, 2018
by
James Lamb
Committed by
Guolin Ke
Mar 16, 2018
Browse files
Fixed misc CRAN issues (#1260)
* Fixed misc CRAN issues * Added additional details to R-package DESCRIPTION
parent
ebb07f01
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
R-package/man/predict.lgb.Booster.Rd
R-package/man/predict.lgb.Booster.Rd
+3
-0
R-package/src/Makevars
R-package/src/Makevars
+1
-0
R-package/src/Makevars.win
R-package/src/Makevars.win
+1
-0
No files found.
R-package/man/predict.lgb.Booster.Rd
View file @
6bb61ea3
...
@@ -25,6 +25,9 @@ logistic regression would result in predictions for log-odds instead of probabil
...
@@ -25,6 +25,9 @@ logistic regression would result in predictions for log-odds instead of probabil
\item{reshape}{whether to reshape the vector of predictions to a matrix form when there are several
\item{reshape}{whether to reshape the vector of predictions to a matrix form when there are several
prediction outputs per case.}
prediction outputs per case.}
\item{...}{Additional named arguments passed to the \code{predict()} method of
the \code{lgb.Booster} object passed to \code{object}.}
}
}
\value{
\value{
For regression or binary classification, it returns a vector of length \code{nrows(data)}.
For regression or binary classification, it returns a vector of length \code{nrows(data)}.
...
...
R-package/src/Makevars
View file @
6bb61ea3
R-package/src/Makevars.win
View file @
6bb61ea3
Prev
1
2
Next
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