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
a7ff1172
Unverified
Commit
a7ff1172
authored
Aug 18, 2021
by
James Lamb
Committed by
GitHub
Aug 17, 2021
Browse files
[R-package] remove unused '...' in Booster constructor (#4523)
Co-authored-by:
Nikita Titov
<
nekit94-12@hotmail.com
>
parent
2edb8188
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
R-package/R/lgb.Booster.R
R-package/R/lgb.Booster.R
+1
-3
No files found.
R-package/R/lgb.Booster.R
View file @
a7ff1172
...
@@ -23,11 +23,9 @@ Booster <- R6::R6Class(
...
@@ -23,11 +23,9 @@ Booster <- R6::R6Class(
initialize
=
function
(
params
=
list
(),
initialize
=
function
(
params
=
list
(),
train_set
=
NULL
,
train_set
=
NULL
,
modelfile
=
NULL
,
modelfile
=
NULL
,
model_str
=
NULL
,
model_str
=
NULL
)
{
...
)
{
# Create parameters and handle
# Create parameters and handle
params
<-
append
(
params
,
list
(
...
))
handle
<-
NULL
handle
<-
NULL
# Attempts to create a handle for the dataset
# Attempts to create a handle for the 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