Navigation
index
modules
|
xgboost 0.90 documentation
»
XGBoost
Table Of Contents
Installation Guide
Get Started with XGBoost
XGBoost Tutorials
Frequently Asked Questions
XGBoost User Forum
GPU support
XGBoost Parameters
Python package
R package
JVM package
Julia package
CLI interface
Contribute to XGBoost
Docs
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
L
|
N
|
P
|
R
|
S
|
T
|
U
|
X
A
apply() (xgboost.XGBClassifier method)
(xgboost.XGBRanker method)
(xgboost.XGBRegressor method)
attr() (xgboost.Booster method)
attributes() (xgboost.Booster method)
B
boost() (xgboost.Booster method)
Booster (class in xgboost)
C
coef_ (xgboost.XGBClassifier attribute)
(xgboost.XGBRanker attribute)
(xgboost.XGBRegressor attribute)
copy() (xgboost.Booster method)
cv() (in module xgboost)
D
DMatrix (class in xgboost)
dump_model() (xgboost.Booster method)
E
early_stop() (in module xgboost.callback)
eval() (xgboost.Booster method)
eval_set() (xgboost.Booster method)
evals_result() (xgboost.XGBClassifier method)
(xgboost.XGBRanker method)
(xgboost.XGBRegressor method)
F
feature_importances_ (xgboost.XGBClassifier attribute)
(xgboost.XGBRanker attribute)
(xgboost.XGBRegressor attribute)
feature_names (xgboost.DMatrix attribute)
feature_types (xgboost.DMatrix attribute)
fit() (xgboost.XGBClassifier method)
(xgboost.XGBRanker method)
(xgboost.XGBRegressor method)
G
get_base_margin() (xgboost.DMatrix method)
get_booster() (xgboost.XGBClassifier method)
(xgboost.XGBRanker method)
(xgboost.XGBRegressor method)
get_dump() (xgboost.Booster method)
get_float_info() (xgboost.DMatrix method)
get_fscore() (xgboost.Booster method)
get_label() (xgboost.DMatrix method)
get_num_boosting_rounds() (xgboost.XGBClassifier method)
(xgboost.XGBRanker method)
(xgboost.XGBRegressor method)
get_params() (xgboost.XGBClassifier method)
(xgboost.XGBRanker method)
(xgboost.XGBRegressor method)
get_score() (xgboost.Booster method)
get_split_value_histogram() (xgboost.Booster method)
get_uint_info() (xgboost.DMatrix method)
get_weight() (xgboost.DMatrix method)
get_xgb_params() (xgboost.XGBClassifier method)
(xgboost.XGBRanker method)
(xgboost.XGBRegressor method)
I
intercept_ (xgboost.XGBClassifier attribute)
(xgboost.XGBRanker attribute)
(xgboost.XGBRegressor attribute)
L
load_model() (xgboost.Booster method)
(xgboost.XGBClassifier method)
(xgboost.XGBRanker method)
(xgboost.XGBRegressor method)
load_rabit_checkpoint() (xgboost.Booster method)
N
num_col() (xgboost.DMatrix method)
num_row() (xgboost.DMatrix method)
P
plot_importance() (in module xgboost)
plot_tree() (in module xgboost)
predict() (xgboost.Booster method)
(xgboost.XGBClassifier method)
(xgboost.XGBRanker method)
(xgboost.XGBRegressor method)
predict_proba() (xgboost.XGBClassifier method)
print_evaluation() (in module xgboost.callback)
R
record_evaluation() (in module xgboost.callback)
reset_learning_rate() (in module xgboost.callback)
S
save_binary() (xgboost.DMatrix method)
save_model() (xgboost.Booster method)
(xgboost.XGBClassifier method)
(xgboost.XGBRanker method)
(xgboost.XGBRegressor method)
save_rabit_checkpoint() (xgboost.Booster method)
save_raw() (xgboost.Booster method)
set_attr() (xgboost.Booster method)
set_base_margin() (xgboost.DMatrix method)
set_float_info() (xgboost.DMatrix method)
set_float_info_npy2d() (xgboost.DMatrix method)
set_group() (xgboost.DMatrix method)
set_label() (xgboost.DMatrix method)
set_label_npy2d() (xgboost.DMatrix method)
set_param() (xgboost.Booster method)
set_params() (xgboost.XGBClassifier method)
(xgboost.XGBRanker method)
(xgboost.XGBRegressor method)
set_uint_info() (xgboost.DMatrix method)
set_weight() (xgboost.DMatrix method)
set_weight_npy2d() (xgboost.DMatrix method)
slice() (xgboost.DMatrix method)
T
to_graphviz() (in module xgboost)
train() (in module xgboost)
trees_to_dataframe() (xgboost.Booster method)
U
update() (xgboost.Booster method)
X
XGBClassifier (class in xgboost)
xgboost.core (module)
xgboost.plotting (module)
xgboost.sklearn (module)
xgboost.training (module)
XGBRanker (class in xgboost)
XGBRegressor (class in xgboost)
Navigation
index
modules
|
xgboost 0.90 documentation
»