Fix configuration I load model. (#5562)

This commit is contained in:
Jiaming Yuan
2020-04-20 17:25:11 +08:00
committed by GitHub
parent 29a4cfe400
commit fcbedcedf8

View File

@@ -731,7 +731,7 @@ class LearnerIO : public LearnerConfiguration {
tparam_.dsplit = DataSplitMode::kRow; tparam_.dsplit = DataSplitMode::kRow;
} }
this->Configure(); this->need_configuration_ = true;
} }
// Save model into binary format. The code is about to be deprecated by more robust // Save model into binary format. The code is about to be deprecated by more robust