Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/xgboost
/ functions
Functions
6,719 in github.com/dmlc/xgboost
⨍
Functions
6,719
◇
Types & classes
1,105
↳
Endpoints
5
↓ 1 callers
Method
CommunicatorGetWorldSize
(int[] out)
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/XGBoostJNI.java:162
↓ 1 callers
Method
CommunicatorInit
(String args)
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/XGBoostJNI.java:154
↓ 1 callers
Method
CommunicatorPrint
(String msg)
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/XGBoostJNI.java:158
↓ 1 callers
Function
CompareJsonModels
tests/cpp/test_serialization.cc:148
↓ 1 callers
Method
Concat
src/collective/result.cc:57
↓ 1 callers
Method
Configure
plugin/sycl/tree/updater_quantile_hist.cc:28
↓ 1 callers
Method
Configure
src/tree/updater_colmaker.cc:64
↓ 1 callers
Method
ConfigureGBM
src/learner.cc:821
↓ 1 callers
Method
ConfigureMetrics
src/learner.cc:866
↓ 1 callers
Method
ConfigureNumFeatures
src/learner.cc:797
↓ 1 callers
Method
ConfigureObjective
src/learner.cc:834
↓ 1 callers
Function
ConnectPeer
Connect to a peer (outgoing), sending our rank for identification.
src/collective/comm.cc:64
↓ 1 callers
Function
ConnectWorkers
Workers connect to a sparse subset of peers: ring neighbors plus binomial tree neighbors (rooted at rank 0). This gives O(log n) connections per worke
src/collective/comm.cc:118
↓ 1 callers
Method
ConstDevicePointer
plugin/sycl/common/host_device_vector.cc:144
↓ 1 callers
Function
ConstView
tests/cpp/common/test_linalg.cc:21
↓ 1 callers
Function
ConstructTreeCat
tests/cpp/tree/test_tree_model.cc:198
↓ 1 callers
Function
Contiguous
* \brief Whether this is a contiguous array, both C and F contiguous returns true. */
include/xgboost/linalg.h:529
↓ 1 callers
Method
CopyAndCollect
* @brief Copy primitive fields into this, and collect cat_bits into a vector. * * This is used for allgather. * * @param that The other en
src/tree/hist/expand_entry.h:158
↓ 1 callers
Method
CopyCommon
* @brief Implementation of the Copy method, used by both CPU and GPU. Note that this * method changes the permission in the HostDeviceVector as we
src/data/cat_container.h:115
↓ 1 callers
Function
CopyGradient
src/gbm/gbtree.cc:172
↓ 1 callers
Method
Count
include/xgboost/intrusive_ptr.h:35
↓ 1 callers
Function
CreateDMatrixFromProxy
src/data/proxy_dmatrix.cc:71
↓ 1 callers
Method
CreateWriter
src/data/sparse_page_source.h:198
↓ 1 callers
Method
Ctx
@brief Getter of the context. */
include/xgboost/objective.h:112
↓ 1 callers
Method
CurrentSplit
src/predictor/interpretability/shap.cc:203
↓ 1 callers
Function
DMatrixToCSR
tests/cpp/helpers.cc:710
↓ 1 callers
Function
DataIterator_Free
demo/c-api/external-memory/external_memory.c:94
↓ 1 callers
Function
DataIterator_Init
* Initialize with random data for demo. In practice the data should be loaded * from external memory. We just demonstrate how to use the iterator in
demo/c-api/external-memory/external_memory.c:59
↓ 1 callers
Method
Dcg
src/common/ranking_utils.h:340
↓ 1 callers
Method
DefaultEvalMetric
src/objective/regression_loss.h:120
↓ 1 callers
Method
DefaultLeft
src/tree/tree_view.h:208
↓ 1 callers
Method
DefaultLeft
!\return whether missing value goes to left branch */
src/tree/param.h:484
↓ 1 callers
Method
DefaultLeft
! \brief when feature is unknown, whether goes to left child */
include/xgboost/tree_model.h:116
↓ 1 callers
Method
DefaultMetricConfig
src/objective/lambdarank_obj.cc:413
↓ 1 callers
Method
DefaultMetricConfig
* @brief Return the configuration for the default metric. */
include/xgboost/objective.h:59
↓ 1 callers
Function
DefaultStream
Changing this has effect on prediction return, where we need to pass the pointer to third-party libraries like cuPy
src/common/cuda_stream.h:86
↓ 1 callers
Method
DelAttr
src/learner.cc:682
↓ 1 callers
Function
DeltaMAP
src/objective/lambdarank_obj.h:61
↓ 1 callers
Function
Depth
src/collective/topo.h:50
↓ 1 callers
Method
DestroyPage
src/data/sparse_page_source.h:238
↓ 1 callers
Method
Device
plugin/sycl/common/host_device_vector.cc:137
↓ 1 callers
Function
DeviceFP64
plugin/sycl/context_helper.cc:15
↓ 1 callers
Function
DevicePush
src/data/sparse_page_source.h:438
↓ 1 callers
Function
DispatchArrayLayout
Dispatch between template implementations
src/predictor/cpu_predictor.cc:200
↓ 1 callers
Function
DispatchWeight
src/tree/tree_view.cc:22
↓ 1 callers
Function
DistanceToInterval
tests/cpp/common/test_quantile.h:206
↓ 1 callers
Function
DoPropertyColumnSplitQuantile
tests/cpp/common/test_quantile.cc:571
↓ 1 callers
Function
DoPropertyDistributedQuantile
tests/cpp/common/test_quantile.cc:412
↓ 1 callers
Method
DoPrune
! \brief do pruning of a tree */
src/tree/updater_prune.cc:74
↓ 1 callers
Function
DoSameOnAllWorkersDistributedQuantile
tests/cpp/common/test_quantile.cc:457
↓ 1 callers
Method
DropTrees
src/gbm/gbtree.cc:514
↓ 1 callers
Method
EllpackExists
src/data/proxy_dmatrix.h:97
↓ 1 callers
Function
EmptyHandle
src/c_api/c_api_utils.h:272
↓ 1 callers
Function
EmptyReference
tests/cpp/common/test_quantile.h:460
↓ 1 callers
Function
EncodeTreeLeafHost
src/objective/adaptive.cc:33
↓ 1 callers
Method
EnumerateOneHot
src/tree/hist/evaluate_splits.h:565
↓ 1 callers
Function
EnumeratedSummaryEntries
tests/cpp/common/test_quantile.cc:213
↓ 1 callers
Method
Equal
src/tree/tree_model.cc:746
↓ 1 callers
Method
ErrorPort
src/collective/tracker.h:105
↓ 1 callers
Method
Eval
src/metric/rank_metric.cc:58
↓ 1 callers
Method
EvalBinary
src/metric/auc.cc:413
↓ 1 callers
Method
EvalMultiClass
src/metric/auc.cc:426
↓ 1 callers
Method
EvalRanking
src/metric/auc.cc:436
↓ 1 callers
Method
EvalTransform
* @brief Apply inverse link (activation) function to prediction values * * This is only called when Eval is called, usually it redirect to Pred
include/xgboost/objective.h:75
↓ 1 callers
Method
EvaluateGoesLeft
src/predictor/interpretability/shap.cc:343
↓ 1 callers
Function
ExactValues
tests/cpp/common/test_quantile.h:462
↓ 1 callers
Method
Expand
src/tree/multi_target_tree_model.cc:91
↓ 1 callers
Function
ExpandDim
include/xgboost/linalg.h:1028
↓ 1 callers
Method
ExpandTreeLeaf
* @brief Calculate leaf weights using value gradient. * * This method supports reduced gradient. Weights in p_tree are calculated using split
src/tree/updater_quantile_hist.cc:317
↓ 1 callers
Function
ExpectEntriesEq
tests/cpp/common/test_quantile.cc:174
↓ 1 callers
Function
ExtractQuadratureInteractionDelta
src/predictor/interpretability/shap.cc:132
↓ 1 callers
Method
FeatureScore
src/gbm/gbtree.h:219
↓ 1 callers
Method
Fetch
src/data/gradient_index_page_source.cc:14
↓ 1 callers
Method
Fetch
src/data/sparse_page_source.h:604
↓ 1 callers
Method
FetchCount
src/data/sparse_page_source.h:431
↓ 1 callers
Method
Fill
include/xgboost/tree_model.h:618
↓ 1 callers
Function
FillNodeMeanValues
src/predictor/interpretability/shap.cc:49
↓ 1 callers
Function
FillRootMeanValues
src/predictor/interpretability/quadrature.h:133
↓ 1 callers
Method
Finalize
src/collective/comm_group.h:37
↓ 1 callers
Method
FindSplit
find splits at current level, do split per level
src/tree/updater_colmaker.cc:460
↓ 1 callers
Method
FixError
try to fix rounding error and re-establish invariance
src/common/quantile.h:459
↓ 1 callers
Method
Flush
src/common/base64.h:263
↓ 1 callers
Method
ForEachPartner
src/predictor/interpretability/shap.cc:299
↓ 1 callers
Method
ForEachUniqueFeature
src/predictor/interpretability/shap.cc:211
↓ 1 callers
Function
FromCharFloatImpl
* The parsing is also part of ryu. As of writing, the implementation in ryu uses full * double table. But here we optimize the table size with floa
src/common/charconv.cc:745
↓ 1 callers
Method
FromJson
src/tree/tree_model.cc:679
↓ 1 callers
Method
GHistIndexExists
src/data/proxy_dmatrix.h:98
↓ 1 callers
Function
GPUBinaryPRAUC
src/metric/auc.cc:464
↓ 1 callers
Function
GPUBinaryROCAUC
src/metric/auc.cc:387
↓ 1 callers
Function
GPUMultiClassPRAUC
src/metric/auc.cc:471
↓ 1 callers
Function
GPUMultiClassROCAUC
src/metric/auc.cc:394
↓ 1 callers
Function
GPURankingAUC
src/metric/auc.cc:400
↓ 1 callers
Function
GPURankingPRAUC
src/metric/auc.cc:477
↓ 1 callers
Method
GatherHitCount
Gather hit_count from all threads
src/data/gradient_index.h:103
↓ 1 callers
Method
GenerateLabels
tests/cpp/helpers.cc:237
↓ 1 callers
Function
GenerateSummaryColumn
tests/cpp/common/test_quantile.h:348
↓ 1 callers
Function
GetArrowDictionary
src/data/columnar.h:95
↓ 1 callers
Function
GetArrowNames
src/data/columnar.h:34
↓ 1 callers
Function
GetArrowNumericIndex
src/data/columnar.h:151
↓ 1 callers
Function
GetArrowNumericNames
src/data/columnar.h:123
← previous
next →
2,201–2,300 of 6,719, ranked by callers