File: 00Index

package info (click to toggle)
xgboost 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,472 kB
  • sloc: cpp: 32,873; python: 12,641; java: 2,926; xml: 1,024; sh: 662; ansic: 448; makefile: 306; javascript: 19
file content (15 lines) | stat: -rw-r--r-- 878 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
basic_walkthrough               Basic feature walkthrough
caret_wrapper                   Use xgboost to train in caret library
custom_objective                Cutomize loss function, and evaluation metric
boost_from_prediction           Boosting from existing prediction
predict_first_ntree             Predicting using first n trees
generalized_linear_model        Generalized Linear Model
cross_validation                Cross validation
create_sparse_matrix            Create Sparse Matrix
predict_leaf_indices            Predicting the corresponding leaves
early_stopping                  Early Stop in training
poisson_regression              Poisson Regression on count data
tweedie_regression              Tweddie Regression
gpu_accelerated                 GPU-accelerated tree building algorithms
interaction_constraints         Interaction constraints among features