|
Medial Code Documentation
|
training parameters More...
#include <gbtree.h>
Public Member Functions | |
| DMLC_DECLARE_PARAMETER (GBTreeTrainParam) | |
Public Member Functions inherited from xgboost::XGBoostParameter< GBTreeTrainParam > | |
| Args | UpdateAllowUnknown (Container const &kwargs) |
| bool | GetInitialised () const |
Data Fields | |
| std::string | updater_seq |
| tree updater sequence | |
| TreeProcessType | process_type |
| type of boosting process to run | |
| TreeMethod | tree_method |
Additional Inherited Members | |
Protected Attributes inherited from xgboost::XGBoostParameter< GBTreeTrainParam > | |
| bool | initialised_ |
training parameters