Unverified Commit a6ba859e authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[R-package] fixed parameter-name typo in lgb.cv() (#2576)

parent 1f7b06b9
...@@ -82,7 +82,7 @@ lgb.cv <- function(params = list() ...@@ -82,7 +82,7 @@ lgb.cv <- function(params = list()
, verbose = 1L , verbose = 1L
, record = TRUE , record = TRUE
, eval_freq = 1L , eval_freq = 1L
, shows = TRUE , showsd = TRUE
, stratified = TRUE , stratified = TRUE
, folds = NULL , folds = NULL
, init_model = NULL , init_model = NULL
......
...@@ -16,7 +16,7 @@ lgb.cv( ...@@ -16,7 +16,7 @@ lgb.cv(
verbose = 1L, verbose = 1L,
record = TRUE, record = TRUE,
eval_freq = 1L, eval_freq = 1L,
shows = TRUE, showsd = TRUE,
stratified = TRUE, stratified = TRUE,
folds = NULL, folds = NULL,
init_model = NULL, init_model = NULL,
......
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