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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -731,7 +731,7 @@ class LearnerIO : public LearnerConfiguration {
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