MCPcopy Index your code

hub / github.com/dmlc/xgboost / functions

Functions6,719 in github.com/dmlc/xgboost

↓ 14 callersMethodIsDense
src/data/gradient_index.h:248
↓ 14 callersMethodIsDistributed
src/collective/comm.h:83
↓ 14 callersMethodNonBlocking
include/xgboost/collective/socket.h:366
↓ 14 callersMethodNumRows
Indicates a number of rows/columns must be inferred
src/data/adapter.h:555
↓ 14 callersMethodRead
src/common/io.cc:50
↓ 14 callersMethodReport
src/collective/result.cc:14
↓ 14 callersMethodSet
include/xgboost/json.h:170
↓ 14 callersMethodTemporaryDirectory
tests/cpp/filesystem.cc:29
↓ 14 callersFunctionWriteVec
src/common/ref_resource_view.h:146
↓ 14 callersFunctionXGBoosterSetParam
src/c_api/c_api.cc:1075
↓ 14 callersMethoddtype
(self)
python-package/xgboost/_data_utils.py:245
↓ 14 callersMethodeval
evaluate with predicts and data @param predicts predictions as array @param dmat data matrix to evaluate @return result of the metric
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/IEvaluation.java:40
↓ 14 callersFunctionget_logger
Gets a logger by name, or creates and configures it for the first time.
python-package/xgboost/spark/utils.py:82
↓ 14 callersMethodget_score
Get feature importance of each feature. For tree model Importance type can be defined as: * 'weight': the number of times a feature i
python-package/xgboost/core.py:3015
↓ 14 callersMethodget_xgb_params
Get xgboost specific parameters.
python-package/xgboost/sklearn.py:1089
↓ 14 callersFunctionpredictor_equal
Assert whether two DMatrices contain the same predictors.
python-package/xgboost/testing/utils.py:24
↓ 14 callersMethodrun
Run a snippet of code.
doc/xgboost_doc_doctest.py:34
↓ 14 callersMethodslice
Slice the DMatrix and return a new DMatrix that only contains `rindex`. Parameters ---------- rindex List of indi
python-package/xgboost/core.py:1204
↓ 14 callersMethodvalues
(self)
python-package/xgboost/_data_utils.py:248
↓ 13 callersFunctionCalcWeight
src/tree/param.h:277
↓ 13 callersMethodCheckModelInitialized
src/learner.cc:430
↓ 13 callersFunctionCheckProbaToMargin
tests/cpp/objective/test_regression_obj.cc:30
↓ 13 callersMethodDataGroupPtr
Constructed as [1, n_samples] if group ptr is not supplied by the user
src/common/ranking_utils.h:234
↓ 13 callersFunctionDefaultTimeoutSec
src/collective/comm.h:23
↓ 13 callersMethodGetLine
src/data/adapter.h:517
↓ 13 callersFunctionGlobalSum
src/collective/aggregator.h:138
↓ 13 callersFunctionLastError
include/xgboost/collective/socket.h:69
↓ 13 callersMethodNext
src/data/adapter.cc:86
↓ 13 callersMethodOffset
src/common/hist_util.h:315
↓ 13 callersMethodQuery
src/tree/constraints.h:52
↓ 13 callersFunctionSplit
! * \brief Split a string by delimiter * \param s String to be split. * \param delim The delimiter. */
src/common/common.h:53
↓ 13 callersFunction_is_cupy_alike
(data: DataType)
python-package/xgboost/compat.py:243
↓ 13 callersMethodgroup
()
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/LabeledPoint.java:131
↓ 13 callersFunctionis_dataframe
Whether the input is a dataframe. Currently supported dataframes: - pandas - cudf - cudf.pandas - polars - pyarrow - modin
python-package/xgboost/compat.py:214
↓ 13 callersMethodmax
NOLINT
tests/cpp/helpers.h:169
↓ 13 callersMethodtrain
Train a xgboost model with link. @param dtrain The training data. @param params XGBoost parameters. @param numBoostRound Number of rounds to train.
jvm-packages/xgboost4j-flink/src/main/java/ml/dmlc/xgboost4j/java/flink/XGBoost.java:181
↓ 13 callersMethodtrainBooster
(DMatrix trainMat, DMatrix testMat)
jvm-packages/xgboost4j/src/test/java/ml/dmlc/xgboost4j/java/BoosterImplTest.java:68
↓ 12 callersMethodAddHistRows
src/tree/hist/histogram.h:99
↓ 12 callersFunctionAsCat
src/common/categorical.h:20
↓ 12 callersMethodCalcWeight
src/tree/split_evaluator.h:95
↓ 12 callersFunctionCheckGPairOverGridPoints
Generate prediction value ranging from 2**1 to 2**15, using grid points in log scale Then check prediction against the reference values
tests/cpp/objective/test_aft_obj.cc:38
↓ 12 callersFunctionDecision
* \brief Whether should it traverse to left branch of a tree. * * Go to left if it's NOT the matching category, which matches one-hot encoding. *
src/common/categorical.h:52
↓ 12 callersMethodGetGradient
src/learner.cc:1321
↓ 12 callersFunctionGetSplit
tests/cpp/tree/test_partitioner.h:16
↓ 12 callersFunctionMake1dInterface
include/xgboost/linalg.h:748
↓ 12 callersMethodSendAll
src/collective/comm.h:162
↓ 12 callersMethodSize
src/tree/hist/hist_cache.h:112
↓ 12 callersMethodSizeBytes
src/data/adapter.h:470
↓ 12 callersFunctionTestDistributed
tests/cpp/collective/test_worker.h:116
↓ 12 callersMethodTestTreeGrowPolicy
tests/cpp/tree/test_tree_policy.cc:108
↓ 12 callersMethodValue
include/xgboost/json.h:59
↓ 12 callersFunctionXGBoosterFree
src/c_api/c_api.cc:1061
↓ 12 callersMethod_run_on_gpu
If gpu is used to do the prediction according to the parameters and spark configurations
python-package/xgboost/spark/core.py:1339
↓ 12 callersMethodclose
Close the R session.
doc/xgboost_doc_doctest.py:70
↓ 12 callersFunctionconcat
Concatenate row-wise.
python-package/xgboost/compat.py:247
↓ 12 callersMethodfit
( self, X: _DataT, y: _DaskCollection, *, sample_weight: Optional[_Das
python-package/xgboost/dask/__init__.py:1660
↓ 12 callersMethodgenerateFloatArray
(int size, long seed)
jvm-packages/xgboost4j-spark-gpu/src/test/java/ml/dmlc/xgboost4j/java/DMatrixTest.java:135
↓ 12 callersMethodgenerateRandomDataSet
(int size)
jvm-packages/xgboost4j/src/test/java/ml/dmlc/xgboost4j/java/BoosterImplTest.java:273
↓ 12 callersMethodshouldEarlyStop
(int earlyStoppingRounds, int iter, int bestIteration)
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/XGBoost.java:368
↓ 12 callersMethoduse_count
include/xgboost/intrusive_ptr.h:137
↓ 11 callersFunctionBroadcast
src/collective/broadcast.h:24
↓ 11 callersFunctionConstant
include/xgboost/linalg.h:989
↓ 11 callersMethodCopy
src/learner.cc:283
↓ 11 callersFunctionFinalize
src/metric/rank_metric.cc:267
↓ 11 callersMethodGetEvaluator
src/tree/split_evaluator.h:153
↓ 11 callersMethodIsVectorLeaf
include/xgboost/learner.h:344
↓ 11 callersMethodLoad
src/data/data.cc:947
↓ 11 callersMethodMakeCuts
src/common/quantile.cc:546
↓ 11 callersMethodMappingView
tests/cpp/encoder/df_mock.h:101
↓ 11 callersMethodMaxCategory
src/common/hist_util.h:92
↓ 11 callersMethodModifyInplace
include/xgboost/linalg.h:895
↓ 11 callersMethodOutputLength
src/common/charconv.cc:543
↓ 11 callersMethodPort
src/collective/tracker.h:68
↓ 11 callersMethodRMinNext
src/common/quantile.h:52
↓ 11 callersMethodRecode
tests/cpp/encoder/test_ordinal.cc:22
↓ 11 callersMethodRecvAll
src/collective/comm.h:172
↓ 11 callersMethodSize
src/data/gradient_index.h:258
↓ 11 callersMethodSize
src/common/quantile.h:500
↓ 11 callersMethodSortedIdx
Create a rank list by model prediction
src/common/ranking_utils.h:244
↓ 11 callersMethodSplitIndex
!\return feature index to split on */
plugin/sycl/tree/param.h:82
↓ 11 callersMethodSubmit
src/collective/loop.cc:260
↓ 11 callersMethodUpdatePosition
src/tree/updater_quantile_hist.cc:572
↓ 11 callersFunctionValues
* \brief Obtain a reference to the raw data. */
include/xgboost/linalg.h:555
↓ 11 callersFunctionXGBoosterCreate
xgboost implementation
src/c_api/c_api.cc:1048
↓ 11 callersFunctionXGDMatrixSetInfoFromInterface
src/c_api/c_api.cc:644
↓ 11 callersMethod_get_type
(self)
python-package/xgboost/sklearn.py:1106
↓ 11 callersMethod_skip_stage_level_scheduling
Check if stage-level scheduling is not needed, return true to skip stage-level scheduling
python-package/xgboost/spark/core.py:869
↓ 11 callersFunctioncheck_cats
( feature_types: Optional[Union[FeatureTypes, Categories]], )
python-package/xgboost/data.py:1344
↓ 11 callersMethodgetLabel
get label values @return label @throws XGBoostError native error
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/DMatrix.java:353
↓ 11 callersMethodget_float_info
Get float property from the DMatrix. Parameters ---------- field: str The field name of the information.
python-package/xgboost/core.py:909
↓ 11 callersFunctionis_pd_cat_dtype
Wrapper for testing pandas category type.
python-package/xgboost/data.py:459
↓ 11 callersFunctionrun_test
(reg: xgboost.XGBRegressor, suffix: str)
tests/python/test_demos.py:179
↓ 11 callersMethodsave_binary
Save DMatrix to an XGBoost buffer. Saved binary can be later loaded by providing the path to :py:func:`xgboost.DMatrix` as input. Pa
python-package/xgboost/core.py:977
↓ 11 callersMethodset_base_margin
Set base margin of booster to start from. This can be used to specify a prediction value of existing model to be base_margin However,
python-package/xgboost/core.py:1025
↓ 11 callersMethodset_group
Set group size of DMatrix (used for ranking). Parameters ---------- group : array like Group size of each group
python-package/xgboost/core.py:1043
↓ 10 callersMethodCacheItem
include/xgboost/cache.h:145
↓ 10 callersMethodCommitModelGroup
src/gbm/gbtree_model.cc:149
↓ 10 callersMethodContiguous
src/data/array_interface.h:33
↓ 10 callersMethodCopy
src/tree/multi_target_tree_model.cc:383
↓ 10 callersFunctionDefaultRetry
30min
src/collective/comm.h:24
← previousnext →301–400 of 6,719, ranked by callers