Medial Code Documentation
Loading...
Searching...
No Matches
Public Member Functions | Data Fields | Static Public Attributes
xgboost::CLIParam Struct Reference
Inheritance diagram for xgboost::CLIParam:
xgboost::XGBoostParameter< CLIParam >

Public Member Functions

 DMLC_DECLARE_PARAMETER (CLIParam)
 
void Configure (const std::vector< std::pair< std::string, std::string > > &_cfg)
 
- Public Member Functions inherited from xgboost::XGBoostParameter< CLIParam >
Args UpdateAllowUnknown (Container const &kwargs)
 
bool GetInitialised () const
 

Data Fields

int task
 the task name
 
bool eval_train
 whether evaluate training statistics
 
int num_round
 number of boosting iterations
 
int save_period
 the period to save the model, 0 means only save the final round model
 
std::string train_path
 the path of training set
 
std::string test_path
 path of test dataset
 
std::string model_in
 the path of test model file, or file to restart training
 
std::string model_out
 the path of final model file, to be saved
 
std::string model_dir
 the path of directory containing the saved models
 
std::string name_pred
 name of predict file
 
int dsplit
 data split mode
 
int ntree_limit
 limit number of trees in prediction
 
int iteration_begin
 
int iteration_end
 
bool pred_margin
 whether to directly output margin value
 
int dump_stats
 whether dump statistics along with model
 
std::string dump_format
 what format to dump the model in
 
std::string name_fmap
 name of feature map
 
std::string name_dump
 name of dump file
 
std::vector< std::string > eval_data_paths
 the paths of validation data sets
 
std::vector< std::string > eval_data_names
 the names of the evaluation data used in output log
 
std::vector< std::pair< std::string, std::string > > cfg
 all the configurations
 

Static Public Attributes

static constexpr char const *const kNull = "NULL"
 

Additional Inherited Members

- Protected Attributes inherited from xgboost::XGBoostParameter< CLIParam >
bool initialised_
 

The documentation for this struct was generated from the following file: