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
a789b13c
Commit
a789b13c
authored
Oct 21, 2017
by
Laurae
Committed by
GitHub
Oct 21, 2017
Browse files
Fix set_info to setinfo in R package (#1005)
* Fix Microsoft/LightGBM#1001
parent
1ef3d43e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
R-package/R/lgb.cv.R
R-package/R/lgb.cv.R
+1
-1
No files found.
R-package/R/lgb.cv.R
View file @
a789b13c
...
...
@@ -155,7 +155,7 @@ lgb.cv <- function(params = list(),
# Check for weights
if
(
!
is.null
(
weight
))
{
data
$
set
_
info
(
"weight"
,
weight
)
data
$
setinfo
(
"weight"
,
weight
)
}
# Update parameters with parsed parameters
...
...
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