xgboost
|
Learner interface that integrates objective, gbm and evaluation together. This is the user facing XGBoost training module. More...
#include <rabit/rabit.h>
#include <utility>
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "./base.h"
#include "./gbm.h"
#include "./metric.h"
#include "./objective.h"
Go to the source code of this file.
Classes | |
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... | |
Namespaces | |
xgboost | |
namespace of xgboost | |
Learner interface that integrates objective, gbm and evaluation together. This is the user facing XGBoost training module.
Copyright 2015 by Contributors