зеркало из https://github.com/microsoft/LightGBM.git
quick fix for #144
This commit is contained in:
Родитель
d800a4e31e
Коммит
728e50a9cf
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче