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
728e50a9
Commit
728e50a9
authored
Dec 27, 2016
by
Guolin Ke
Committed by
GitHub
Dec 27, 2016
Browse files
quick fix for #144
parent
d800a4e3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/c_api.cpp
src/c_api.cpp
+0
-1
No files found.
src/c_api.cpp
View file @
728e50a9
...
...
@@ -174,7 +174,6 @@ public:
}
std
::
vector
<
double
>
Predict
(
const
std
::
vector
<
std
::
pair
<
int
,
double
>>&
features
)
{
std
::
lock_guard
<
std
::
mutex
>
lock
(
mutex_
);
return
predictor_
->
GetPredictFunction
()(
features
);
}
...
...
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