Commit 6bb61ea3 authored by James Lamb's avatar James Lamb Committed by Guolin Ke
Browse files

Fixed misc CRAN issues (#1260)

* Fixed misc CRAN issues

* Added additional details to R-package DESCRIPTION
parent ebb07f01
......@@ -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
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{
For regression or binary classification, it returns a vector of length \code{nrows(data)}.
......
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