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
↓ 2 callers
Method
BuildTree
src/tree/tree_model.cc:449
↓ 2 callers
Function
CacheHostRatioInvalid
src/common/error_msg.h:136
↓ 2 callers
Function
CacheHostRatioNotImpl
src/common/error_msg.h:133
↓ 2 callers
Function
CalcColumnSize
src/common/quantile.h:782
↓ 2 callers
Function
CalcPredictShape
\brief Determine the output shape of prediction. * * \param strict_shape Whether should we reshape the output with consideration of groups *
src/c_api/c_api_utils.h:41
↓ 2 callers
Function
CalcRegAbsGrad
src/tree/hist/sampler.cc:130
↓ 2 callers
Function
CalcSamplingInfo
src/tree/hist/sampler.cc:39
↓ 2 callers
Method
CalcSize
Unlike `Tensor`, the data_ can have arbitrary size since this is just a view.
include/xgboost/linalg.h:297
↓ 2 callers
Method
CalcWeightCat
src/tree/split_evaluator.h:114
↓ 2 callers
Method
CalculateRowOffsets
Each thread has partial results for some set of tree-nodes The function decides order of merging partial results into final row set
src/common/partition_builder.h:336
↓ 2 callers
Function
CalculateThreshold
src/tree/hist/sampler.cc:170
↓ 2 callers
Method
CanModifyTree
src/tree/updater_prune.cc:33
↓ 2 callers
Method
Capacity
plugin/sycl/data.h:104
↓ 2 callers
Function
CheckColumWithMissingValue
tests/cpp/common/test_column_matrix.cc:94
↓ 2 callers
Function
CheckDeterministicMetricMultiClass
tests/cpp/metric/test_multiclass_metric.h:10
↓ 2 callers
Function
CheckInitInputs
src/objective/init_estimation.h:21
↓ 2 callers
Function
CheckObjFunctionImpl
tests/cpp/helpers.cc:101
↓ 2 callers
Function
CheckParam
src/data/batch_utils.cc:22
↓ 2 callers
Function
CheckPreLabels
src/common/ranking_utils.h:392
↓ 2 callers
Function
CheckReload
tests/cpp/tree/test_tree_model.cc:146
↓ 2 callers
Function
CheckSampledRows
Check that multi-target rows are consistently sampled and return count.
tests/cpp/tree/test_sampler.h:17
↓ 2 callers
Function
CheckShapHandlesZeroCover
tests/cpp/predictor/test_shap.cc:327
↓ 2 callers
Method
CheckTreesSynchronized
src/tree/hist/hist_param.cc:18
↓ 2 callers
Method
CheckWrite
! * \brief Check if the descriptor is ready for write * \param fd file descriptor to check status */
include/xgboost/collective/poll_utils.h:185
↓ 2 callers
Method
ChildWeight
src/predictor/interpretability/shap.cc:351
↓ 2 callers
Method
ClearExpired
include/xgboost/cache.h:71
↓ 2 callers
Function
Clip
Clip (limit) x to fit range [x_min, x_max]. If x < x_min, return x_min; if x > x_max, return x_max; if x_min <= x <= x_max, return x. This function as
src/common/survival_util.h:52
↓ 2 callers
Function
CloseSocket
include/xgboost/collective/socket.h:114
↓ 2 callers
Method
Code
* @brief Return the root system error. This might return success if there's no system error. */
include/xgboost/collective/result.h:92
↓ 2 callers
Method
Commit
src/data/sparse_page_source.cc:15
↓ 2 callers
Function
CompareJSON
tests/cpp/test_serialization.cc:46
↓ 2 callers
Function
CompareOneHotAndPartition
tests/cpp/tree/hist/test_evaluate_splits.cc:279
↓ 2 callers
Method
ComputeStorageSize
\brief Compute the size of needed memory allocation. The returned value is in terms * of number of elements with `BitFieldContainer::value_t
src/common/bitfield.h:105
↓ 2 callers
Method
Configure
src/tree/constraints.cc:14
↓ 2 callers
Method
ConnectTracker
src/collective/comm.cc:58
↓ 2 callers
Function
ConstructHistSpace
src/tree/hist/histogram.h:228
↓ 2 callers
Function
CoordinateDeltaBias
* \brief Calculate update to bias. * * \param sum_grad The sum gradient. * \param sum_hess The sum hess. * * \return The weight update. */
src/linear/coordinate_common.h:65
↓ 2 callers
Method
Copy
src/data/cat_container.h:91
↓ 2 callers
Method
Copy
src/common/host_device_vector.cc:129
↓ 2 callers
Method
Copy
src/common/hist_util.h:52
↓ 2 callers
Function
CopyArrayToR
Allocate a R vector and copy an array interface encoded object to it.
R-package/src/xgboost_R.cc:238
↓ 2 callers
Function
CopyDeviceVectorToHost
src/collective/allreduce.h:231
↓ 2 callers
Function
CopyGatheredSegment
src/collective/allreduce.h:263
↓ 2 callers
Function
CopyHist
plugin/sycl/common/hist_util.cc:39
↓ 2 callers
Method
CreatePageFormat
src/data/sparse_page_source.h:234
↓ 2 callers
Method
CreateReader
src/data/sparse_page_source.h:202
↓ 2 callers
Function
CreateTestCSV
tests/cpp/helpers.cc:78
↓ 2 callers
Function
CreateTestModel
tests/cpp/predictor/test_predictor.h:20
↓ 2 callers
Method
Data
src/common/io.h:329
↓ 2 callers
Method
DecodeStr
src/common/json.cc:772
↓ 2 callers
Function
DecompAllowFallback
tests/cpp/helpers.cc:423
↓ 2 callers
Function
DeleteCacheFiles
src/data/sparse_page_source.h:89
↓ 2 callers
Method
DeleteNode
delete a tree node, keep the parent field to allow trace back
include/xgboost/tree_model.h:597
↓ 2 callers
Method
DenormalizePenalties
! \brief Denormalizes the regularization penalties - to be called at each update */
src/linear/param.h:59
↓ 2 callers
Function
DeviceCheck
tests/cpp/data/test_cat_container.h:19
↓ 2 callers
Method
DevicePointer
plugin/sycl/common/host_device_vector.cc:139
↓ 2 callers
Method
DevicePointer
plugin/sycl/common/host_device_vector.cc:305
↓ 2 callers
Method
DevicePointer
include/xgboost/host_device_vector.h:113
↓ 2 callers
Method
DeviceSpan
include/xgboost/host_device_vector.h:110
↓ 2 callers
Function
DftPrefetchBatches
Use two batch for prefecting. There's always one batch being worked on, while the other batch being transferred.
src/data/batch_utils.h:70
↓ 2 callers
Method
Discount
src/common/ranking_utils.h:337
↓ 2 callers
Function
DispatchByBatchView
src/predictor/interpretability/shap.cc:501
↓ 2 callers
Function
DispatchModelType
src/c_api/c_api.cc:1481
↓ 2 callers
Method
DoWrite
src/common/io.cc:375
↓ 2 callers
Method
Domain
* \brief Return the socket domain. */
include/xgboost/collective/socket.h:289
↓ 2 callers
Method
Empty
src/collective/in_memory_handler.h:20
↓ 2 callers
Method
Empty
include/xgboost/linalg.h:880
↓ 2 callers
Function
EncodeStr
src/common/json.cc:883
↓ 2 callers
Method
EnumerateSplit
same as EnumerateSplit, with cacheline prefetch optimization
src/tree/updater_colmaker.cc:358
↓ 2 callers
Method
Error
src/collective/tracker.cc:208
↓ 2 callers
Function
ErrorWouldBlock
include/xgboost/collective/socket.h:137
↓ 2 callers
Function
EscapeU8
* @brief Add escapes for a UTF-8 string with newly created buffer as return. */
src/common/common.h:108
↓ 2 callers
Function
ExtractQuadratureDelta
src/predictor/interpretability/shap.cc:114
↓ 2 callers
Method
Fetch
src/data/sparse_page_source.h:449
↓ 2 callers
Method
Fill
src/predictor/data_accessor.h:27
↓ 2 callers
Function
FillGradients
tests/cpp/tree/test_quantile_hist.cc:263
↓ 2 callers
Function
FillMissingLeaf
src/objective/adaptive.h:20
↓ 2 callers
Function
FillRootMeanValue
src/predictor/interpretability/quadrature.h:106
↓ 2 callers
Method
FitIntercept
* @brief Calculate the `base_score` based on input data. * * @param p_fmat The training DMatrix used to estimate the base score. */
src/learner.cc:461
↓ 2 callers
Function
FitStump
src/tree/fit_stump.cc:50
↓ 2 callers
Method
ForEachBatch
src/predictor/cpu_predictor.cc:305
↓ 2 callers
Function
FromDf
tests/cpp/data/test_cat_container.h:26
↓ 2 callers
Method
FromJson
src/learner.cc:139
↓ 2 callers
Function
GBTreeModelForTest
tests/cpp/predictor/test_predictor.cc:374
↓ 2 callers
Method
GenerateExtMemQuantileDMatrix
tests/cpp/helpers.cc:524
↓ 2 callers
Function
GenerateFeatureMap
src/c_api/c_api_utils.h:211
↓ 2 callers
Function
GenerateHess
tests/cpp/tree/test_approx.cc:23
↓ 2 callers
Function
GenerateRandom
Generate columns with different ranges
tests/cpp/common/test_hist_util.h:30
↓ 2 callers
Function
GenerateRandomWeights
tests/cpp/common/test_hist_util.h:43
↓ 2 callers
Function
GetBiasGradientParallel
* \brief Get the gradient with respect to the bias. Row-wise multithreaded. * * \param group_idx Zero-based index of the group. * \param num_group
src/linear/coordinate_common.h:152
↓ 2 callers
Function
GetC2cLinkCountFromSmi
src/common/cuda_dr_utils.cc:208
↓ 2 callers
Function
GetC2cLinkCountFromSmiGlobal
src/common/cuda_dr_utils.cc:226
↓ 2 callers
Function
GetCategoriesImpl
src/c_api/c_api.cc:701
↓ 2 callers
Function
GetDataShape
src/data/quantile_dmatrix.cc:87
↓ 2 callers
Function
GetDecision
src/predictor/predict_fn.h:16
↓ 2 callers
Function
GetDrVersionGlobal
src/common/cuda_rt_utils.cc:99
↓ 2 callers
Function
GetExternalMemoryDMatrixFromData
tests/cpp/helpers.cc:640
↓ 2 callers
Method
GetGradientIndexImpl
src/data/extmem_quantile_dmatrix.cc:121
↓ 2 callers
Function
GetHostName
src/collective/socket.cc:192
↓ 2 callers
Method
GetInfo
src/data/data.cc:630
← previous
next →
1,401–1,500 of 6,719, ranked by callers