MCPcopy Index your code

hub / github.com/dmlc/xgboost / functions

Functions6,719 in github.com/dmlc/xgboost

↓ 43 callersMethodsave_config
Output internal parameter configuration of Booster as a JSON string. .. versionadded:: 1.0.0
python-package/xgboost/core.py:1947
↓ 42 callersFunctionTestLearnerSerialization
tests/cpp/test_serialization.cc:150
↓ 41 callersMethodSize
src/predictor/data_accessor.h:193
↓ 41 callersMethodload
load model.
python-package/xgboost/spark/core.py:1703
↓ 40 callersMethodempty
include/xgboost/span.h:701
↓ 39 callersMethodName
src/metric/auc.cc:456
↓ 39 callersMethodView
src/common/cuda_stream.h:96
↓ 39 callersFunctionassert_allclose
Dispatch the assert_allclose for devices.
python-package/xgboost/testing/utils.py:13
↓ 37 callersMethodConstDeviceSpan
src/common/host_device_vector.cc:101
↓ 37 callersMethodIsLeaf
src/tree/tree_view.h:107
↓ 37 callersFunctionmake_regression
Make a simple regression dataset.
python-package/xgboost/testing/__init__.py:219
↓ 36 callersMethodLeafValue
src/tree/tree_view.h:135
↓ 36 callersMethodRunTest
tests/cpp/tree/test_tree_stat.cc:368
↓ 36 callersMethodtransform
(float[][] predicts)
jvm-packages/xgboost4j-example/src/main/java/ml/dmlc/xgboost4j/java/example/CustomObjective.java:56
↓ 35 callersFunctionFailWithCode
include/xgboost/collective/socket.h:78
↓ 35 callersMethodequals
(Object obj)
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/LabeledPoint.java:108
↓ 34 callersFunctionGetArrayInterface
tests/cpp/helpers.h:212
↓ 34 callersMethodIsSycl
* @brief Is XGBoost running on any SYCL device? */
include/xgboost/context.h:202
↓ 34 callersMethodLoadModel
src/gbm/gbtree.cc:481
↓ 34 callersMethodSetInfo
src/data/data.cc:531
↓ 34 callersMethodSetParams
Short hand for setting multiple parameters
src/learner.cc:663
↓ 34 callersMethodset_param
Set parameters into the Booster. Parameters ---------- params : list of key,value pairs, dict of key to value or s
python-package/xgboost/core.py:2146
↓ 34 callersFunctionswap
include/xgboost/intrusive_ptr.h:209
↓ 33 callersMethodData
plugin/sycl/data.h:99
↓ 33 callersMethodget_dmat
(self)
python-package/xgboost/testing/__init__.py:271
↓ 33 callersMethodnum_boosted_rounds
Get number of boosted rounds. For gblinear this is reset to 0 after serializing the model.
python-package/xgboost/core.py:2901
↓ 33 callersMethodsize
()
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/LabeledPoint.java:127
↓ 32 callersMethodempty
Returns True if there's no category.
python-package/xgboost/_data_utils.py:644
↓ 32 callersMethodfit
Fit gradient boosting ranker Note that calling ``fit()`` multiple times will cause the model object to be re-fit from scratch. To res
python-package/xgboost/sklearn.py:2167
↓ 32 callersFunctionmake_categorical
( # pylint: disable=too-many-locals, too-many-arguments client: Client, n_samples: int, n_feature
python-package/xgboost/testing/dask.py:278
↓ 31 callersMethodEmpty
src/data/cat_container.cc:285
↓ 31 callersMethodSet
src/common/bitfield.h:148
↓ 31 callersMethodSize
plugin/sycl/common/host_device_vector.cc:297
↓ 31 callersMethodpredict
( self, X: ArrayLike, *, output_margin: bool = False, validate_feature
python-package/xgboost/sklearn.py:1833
↓ 30 callersFunctionCheckObjFunction
tests/cpp/helpers.cc:123
↓ 30 callersMethodGetQueue
plugin/sycl/device_manager.cc:12
↓ 30 callersMethodSize
plugin/sycl/data/gradient_index.h:47
↓ 30 callersMethodload_model
Load the model from a file or a bytearray. The model is saved in an XGBoost internal format which is universal among the various XGBo
python-package/xgboost/core.py:2826
↓ 29 callersMethodChan
src/collective/comm.h:94
↓ 29 callersMethodDeviceName
* @brief Name of the current device. */
include/xgboost/context.h:222
↓ 29 callersMethodResize
plugin/sycl/data.h:120
↓ 29 callersMethoddata
NOLINT
include/xgboost/span.h:702
↓ 29 callersMethodget_categories
Get the categories in the dataset. .. versionadded:: 3.1.0 .. warning:: This function is experimental. Paramet
python-package/xgboost/core.py:1132
↓ 29 callersMethodset_info
Set meta info for DMatrix. See doc string for :py:obj:`xgboost.DMatrix`.
python-package/xgboost/core.py:858
↓ 28 callersMethodCats
src/data/data.cc:897
↓ 28 callersMethodHostMtView
src/tree/tree_model.cc:928
↓ 28 callersMethodInit
src/common/timer.h:78
↓ 28 callersMethodIsMultiTarget
* \brief Whether this is a multi-target tree. */
include/xgboost/tree_model.h:371
↓ 28 callersMethodSumHess
src/tree/tree_view.h:146
↓ 28 callersMethodUpdate
tests/cpp/tree/test_tree_stat.cc:222
↓ 28 callersFunctionc_str
Convert a python string to cstring.
python-package/xgboost/_c_api.py:193
↓ 28 callersMethodpredict
An advanced prediction function with all the options. @param data the test data for which prodictions are to be made @param outputMargin outp
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/Booster.java:365
↓ 27 callersMethodGetDepth
src/tree/tree_model.cc:788
↓ 27 callersMethodGetMultiTargetTree
* \brief Get the underlying implementaiton of multi-target tree. */
include/xgboost/tree_model.h:379
↓ 27 callersMethodIsColumnSplit
@brief Whether the data is split column-wise. */
include/xgboost/data.h:206
↓ 27 callersFunctionget_basescore
(model: XGBModel)
python-package/xgboost/testing/updater.py:32
↓ 26 callersFunctionAllreduce
src/c_api/coll_c_api.cc:31
↓ 26 callersMethodBooster
Create a new Booster with empty stage. @param params Model parameters that are used to build the Booster @param cacheMats Cached DMatrix entries tha
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/Booster.java:68
↓ 26 callersFunctionIsDistributed
src/collective/comm_group.cc:142
↓ 26 callersMethodSeed
tests/cpp/helpers.h:154
↓ 26 callersMethodSplitCond
src/tree/tree_view.h:123
↓ 26 callersFunctionTestDistributedGlobal
tests/cpp/collective/test_worker.h:155
↓ 26 callersFunctionToJson
include/xgboost/json.h:640
↓ 26 callersMethoddata
plugin/sycl/data/gradient_index.h:38
↓ 26 callersMethodreset
(self)
tests/python/test_data_iterator.py:214
↓ 25 callersMethodCheck
src/common/bitfield.h:177
↓ 25 callersMethodConstDevicePointer
plugin/sycl/common/host_device_vector.cc:310
↓ 25 callersFunctionInitializeRange
tests/cpp/common/test_span.h:11
↓ 25 callersMethodfit
( self, X: _DataT, y: _DaskCollection, *, sample_weight: Optional[_Das
python-package/xgboost/dask/__init__.py:1772
↓ 24 callersMethodBatches
tests/cpp/helpers.h:435
↓ 24 callersFunctionMakeIndexTransformIter
src/common/transform_iterator.h:97
↓ 24 callersMethodNumNodes
* \brief Get the total number of nodes including deleted ones in this tree. */
include/xgboost/tree_model.h:390
↓ 24 callersMethodUpdate
src/tree/updater_sync.cc:35
↓ 24 callersMethodfit
( self, X: _DataT, y: _DaskCollection, *, group: Optional[_DaskCollect
python-package/xgboost/dask/__init__.py:1975
↓ 24 callersMethodsave_raw
Save the model to a in memory buffer representation instead of file. The model is saved in an XGBoost internal format which is universal amon
python-package/xgboost/core.py:2796
↓ 23 callersMethodAdd
include/xgboost/base.h:150
↓ 23 callersMethodEmpty
! \brief Return true if this summary has no valid entries. */
src/common/quantile.h:62
↓ 23 callersFunctionFromJson
include/xgboost/json.h:659
↓ 23 callersFunctionMakeFixedVecWithMalloc
src/common/ref_resource_view.h:164
↓ 23 callersMethodUpdateAllowUnknown
src/learner.cc:165
↓ 23 callersFunctiongenerate_array
( with_weights: bool = False, )
tests/test_distributed/test_with_dask/test_with_dask.py:66
↓ 23 callersFunctionnon_increasing
Values in the sequence are not increasing.
python-package/xgboost/testing/utils.py:37
↓ 23 callersFunctiontrain_result
(param, dmat, num_rounds)
tests/python-sycl/test_sycl_updaters.py:34
↓ 22 callersMethodBlock
src/collective/loop.cc:223
↓ 22 callersFunctionEraseType
src/common/type.h:12
↓ 22 callersMethodGenerateSparsePageDMatrix
tests/cpp/helpers.cc:471
↓ 22 callersFunctionMake1dInterfaceTest
tests/cpp/helpers.h:497
↓ 22 callersMethodSave
src/common/json.cc:30
↓ 22 callersMethodStr
Path can be implicitly converted to string on unix, but not on windows, due its use of wchar.
tests/cpp/filesystem.h:21
↓ 22 callersFunctionXGDMatrixFree
src/c_api/c_api.cc:614
↓ 22 callersMethodrun
Run clang-tidy.
ops/script/run_clang_tidy.py:226
↓ 22 callersMethodto_arrow
Get the categories in the dataset. The results are stored in a list of (feature name, arrow array) pairs, with one array for each categorical
python-package/xgboost/_data_utils.py:629
↓ 21 callersFunctionArrayInterfaceStr
include/xgboost/linalg.h:734
↓ 21 callersMethodDevice
plugin/sycl/common/host_device_vector.cc:300
↓ 21 callersFunctionGetDMatrixFromData
tests/cpp/common/test_hist_util.h:69
↓ 21 callersMethodHandle
src/common/cuda_stream.h:97
↓ 21 callersMethodHostSpan
include/xgboost/host_device_vector.h:116
↓ 21 callersMethodRead
src/data/gradient_index_format.cc:18
↓ 21 callersMethodWrite
src/data/gradient_index_format.cc:70
↓ 21 callersMethodWrite
src/common/column_matrix.cc:108
← previousnext →101–200 of 6,719, ranked by callers