"git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "676c95fb278371d92247a6de905a4f9416375832"
Commit 5a483a8d authored by Guolin Ke's avatar Guolin Ke
Browse files

warning fixed

parent bbb528d7
......@@ -9,7 +9,7 @@
namespace LightGBM {
DatasetLoader::DatasetLoader(const IOConfig& io_config, const PredictFunction& predict_fun)
:io_config_(io_config), predict_fun_(predict_fun), random_(io_config_.data_random_seed){
:io_config_(io_config), random_(io_config_.data_random_seed), predict_fun_(predict_fun) {
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment