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
4075e495
Unverified
Commit
4075e495
authored
Jan 01, 2020
by
James Lamb
Committed by
GitHub
Jan 01, 2020
Browse files
[R-package] removed function lgb.check.params (#2652)
parent
427a0e20
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
13 deletions
+0
-13
R-package/R/lgb.cv.R
R-package/R/lgb.cv.R
+0
-3
R-package/R/lgb.train.R
R-package/R/lgb.train.R
+0
-3
R-package/R/utils.R
R-package/R/utils.R
+0
-7
No files found.
R-package/R/lgb.cv.R
View file @
4075e495
...
...
@@ -118,9 +118,6 @@ lgb.cv <- function(params = list()
feval
<-
eval
}
# Check for parameters
lgb.check.params
(
params
)
# Init predictor to empty
predictor
<-
NULL
...
...
R-package/R/lgb.train.R
View file @
4075e495
...
...
@@ -89,9 +89,6 @@ lgb.train <- function(params = list(),
feval
<-
eval
}
# Check for parameters
lgb.check.params
(
params
)
# Init predictor to empty
predictor
<-
NULL
...
...
R-package/R/utils.R
View file @
4075e495
...
...
@@ -175,13 +175,6 @@ lgb.check.r6.class <- function(object, name) {
}
lgb.check.params
<-
function
(
params
)
{
# To-do
params
# Currently return params because this is not finalized
}
lgb.check.obj
<-
function
(
params
,
obj
)
{
# List known objectives in a vector
...
...
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