xgboost
Classes | Namespaces | Enumerations
learner.h File Reference

Learner interface that integrates objective, gbm and evaluation together. This is the user facing XGBoost training module. More...

#include <xgboost/base.h>
#include <xgboost/feature_map.h>
#include <xgboost/generic_parameters.h>
#include <xgboost/host_device_vector.h>
#include <xgboost/model.h>
#include <xgboost/predictor.h>
#include <xgboost/task.h>
#include <map>
#include <memory>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for learner.h:

Go to the source code of this file.

Classes

struct  xgboost::XGBAPIThreadLocalEntry
 entry to to easily hold returning information More...
 
class  xgboost::Learner
 Learner class that does training and prediction. This is the user facing module of xgboost training. The Load/Save function corresponds to the model used in python/R. More...
 
struct  xgboost::LearnerModelParam
 

Namespaces

 xgboost
 namespace of xgboost
 

Enumerations

enum class  xgboost::PredictionType : std::uint8_t {
  xgboost::kValue = 0 , xgboost::kMargin = 1 , xgboost::kContribution = 2 , xgboost::kApproxContribution = 3 ,
  xgboost::kInteraction = 4 , xgboost::kApproxInteraction = 5 , xgboost::kLeaf = 6
}
 

Detailed Description

Learner interface that integrates objective, gbm and evaluation together. This is the user facing XGBoost training module.

Copyright 2015-2022 by XGBoost Contributors

Author
Tianqi Chen