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
65349b41
Unverified
Commit
65349b41
authored
Mar 25, 2021
by
James Lamb
Committed by
GitHub
Mar 25, 2021
Browse files
[R-package] fix typo in linear learner test (#4109)
parent
6ad3e6e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
R-package/tests/testthat/test_basic.R
R-package/tests/testthat/test_basic.R
+1
-1
No files found.
R-package/tests/testthat/test_basic.R
View file @
65349b41
...
@@ -1883,7 +1883,7 @@ test_that("lgb.train() works with linear learners when Dataset has categorical f
...
@@ -1883,7 +1883,7 @@ test_that("lgb.train() works with linear learners when Dataset has categorical f
,
metric
=
"mse"
,
metric
=
"mse"
,
seed
=
0L
,
seed
=
0L
,
num_leaves
=
2L
,
num_leaves
=
2L
,
categorical_featurs
=
1L
,
categorical_featur
e
s
=
1L
)
)
dtrain
<-
.new_dataset
()
dtrain
<-
.new_dataset
()
...
...
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