Fix dump model. (#5485)
This commit is contained in:
@@ -199,7 +199,7 @@ class Learner : public Model, public Configurable, public rabit::Serializable {
|
||||
*/
|
||||
virtual std::vector<std::string> DumpModel(const FeatureMap& fmap,
|
||||
bool with_stats,
|
||||
std::string format) const = 0;
|
||||
std::string format) = 0;
|
||||
|
||||
virtual XGBAPIThreadLocalEntry& GetThreadLocal() const = 0;
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user