7 #ifndef XGBOOST_MODEL_H_
8 #define XGBOOST_MODEL_H_
Data structure representing JSON format.
Definition: json.h:396
Learner interface that integrates objective, gbm and evaluation together. This is the user facing XGB...
Definition: base.h:89
virtual void SaveConfig(Json *out) const =0
Save configuration to JSON object.
virtual ~Configurable()=default
virtual void LoadConfig(Json const &in)=0
Load configuration from JSON object.
virtual void SaveModel(Json *out) const =0
saves the model config to a JSON object
virtual void LoadModel(Json const &in)=0
load the model from a JSON object