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
c2191aac
Commit
c2191aac
authored
Dec 02, 2017
by
Laurae
Committed by
Guolin Ke
Dec 02, 2017
Browse files
Fix Microsoft/LightGBM#1085 (#1094)
parent
a69f41e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
R-package/demo/cross_validation.R
R-package/demo/cross_validation.R
+0
-1
No files found.
R-package/demo/cross_validation.R
View file @
c2191aac
...
@@ -32,7 +32,6 @@ lgb.cv(param,
...
@@ -32,7 +32,6 @@ lgb.cv(param,
showsd
=
FALSE
)
showsd
=
FALSE
)
# You can also do cross validation with cutomized loss function
# You can also do cross validation with cutomized loss function
# See custom_objective.R
print
(
"Running cross validation, with cutomsized loss function"
)
print
(
"Running cross validation, with cutomsized loss function"
)
logregobj
<-
function
(
preds
,
dtrain
)
{
logregobj
<-
function
(
preds
,
dtrain
)
{
...
...
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