MCPcopy Create free account

hub / github.com/dmlc/xgboost / functions

Functions6,719 in github.com/dmlc/xgboost

↓ 2 callersMethodXGQuantileDMatrixCreateFromCallback
( java.util.Iterator<ColumnBatch> iter, long[] ref, String config, long[] out)
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/XGBoostJNI.java:183
↓ 2 callersFunctionXGTrackerCreate
src/c_api/coll_c_api.cc:107
↓ 2 callersFunctionXGTrackerFree
src/c_api/coll_c_api.cc:166
↓ 2 callersFunctionXGTrackerRun
src/c_api/coll_c_api.cc:145
↓ 2 callersFunctionXGTrackerWaitFor
src/c_api/coll_c_api.cc:153
↓ 2 callersFunctionXGTrackerWorkerArgs
src/c_api/coll_c_api.cc:135
↓ 2 callersMethod__init__
( self, columns: List[Union["PdSeries", DfCatAccessor]], ref_categories: Optional[Cate
python-package/xgboost/data.py:1032
↓ 2 callersMethod__init__
( # pylint:disable=too-many-arguments self, *, features_col: Union[str, List[str]] =
python-package/xgboost/spark/estimator.py:561
↓ 2 callersMethod__str__
(self)
demo/guide-python/model_parser.py:112
↓ 2 callersFunction_arrow_array_inf
Helper for handling categorical codes.
python-package/xgboost/_data_utils.py:362
↓ 2 callersFunction_basic_example
(device: Device)
python-package/xgboost/testing/ordinal.py:304
↓ 2 callersMethod_can_use_inplace_predict
(self)
python-package/xgboost/sklearn.py:1386
↓ 2 callersFunction_check_pyarrow_for_polars
()
python-package/xgboost/data.py:935
↓ 2 callersFunction_cls_predict_proba
(n_classes: int, prediction: PredtT, vstack: Callable)
python-package/xgboost/sklearn.py:1672
↓ 2 callersMethod_convert_to_sklearn_model
(self, booster: bytearray, config: str)
python-package/xgboost/spark/core.py:656
↓ 2 callersFunction_direct_predict_impl
( # pylint: disable=too-many-branches *, mapped_predict: Callable, booster: "distributed.Future",
python-package/xgboost/dask/__init__.py:925
↓ 2 callersFunction_expectile_loss_multi
( y: np.ndarray, predt: np.ndarray, alpha: np.ndarray, weight: Optional[np.ndarray] )
python-package/xgboost/testing/metrics.py:120
↓ 2 callersFunction_extract_data
( parts: _DataParts, model: Optional[Booster], feature_types: Optional[FeatureTypes], xy_cats:
python-package/xgboost/dask/data.py:282
↓ 2 callersFunction_from_cupy_array
Initialize DMatrix from cupy ndarray.
python-package/xgboost/data.py:1184
↓ 2 callersFunction_from_list
( *, data: Sequence, missing: FloatCompatible, n_threads: int, feature_names: Optional[Fea
python-package/xgboost/data.py:1266
↓ 2 callersFunction_from_pandas_df
( *, data: "PdDataFrame", enable_categorical: bool, missing: FloatCompatible, nthread: int
python-package/xgboost/data.py:706
↓ 2 callersMethod_gen_predict_params_dict
Generate predict parameters which will be passed into xgboost.XGBModel().predict()
python-package/xgboost/spark/core.py:364
↓ 2 callersFunction_get_categories
( cfn: Callable[[ctypes.c_char_p], int], feature_names: FeatureNames, n_features: int, )
python-package/xgboost/core.py:563
↓ 2 callersMethod_get_feature_info
(self, field: str)
python-package/xgboost/core.py:2057
↓ 2 callersFunction_get_gpu_id
Get the gpu id from the task resources
python-package/xgboost/spark/utils.py:140
↓ 2 callersFunction_get_is_cuda
(parts: Optional[_DataParts])
python-package/xgboost/dask/data.py:295
↓ 2 callersMethod_get_key
(self, data: str, metric: str)
demo/guide-python/callbacks.py:36
↓ 2 callersFunction_get_logger
()
demo/dask/forward_logging.py:22
↓ 2 callersFunction_get_max_num_concurrent_tasks
Gets the current max number of concurrent tasks.
python-package/xgboost/spark/utils.py:108
↓ 2 callersFunction_get_model_future
( client: "distributed.Client", model: Union[Booster, Dict, "distributed.Future"] )
python-package/xgboost/dask/__init__.py:1032
↓ 2 callersFunction_get_rabit_args
Get rabit context arguments to send to each worker.
python-package/xgboost/spark/utils.py:68
↓ 2 callersFunction_get_unwrapped_vec_cols
(feature_col: Column)
python-package/xgboost/spark/core.py:535
↓ 2 callersMethod_get_xgb_params_default
Get the xgboost.sklearn.XGBModel default parameters and filter out some
python-package/xgboost/spark/core.py:290
↓ 2 callersMethod_handle_exception
(self, fn: Callable, dft_ret: _T)
python-package/xgboost/core.py:372
↓ 2 callersFunction_has_ancestor_class
(node: nodes.Node, class_name: str)
doc/xgboost_doc_doctest.py:159
↓ 2 callersFunction_has_array_protocol
(data: DataType)
python-package/xgboost/data.py:1310
↓ 2 callersFunction_has_class
(node: nodes.Node, class_name: str)
doc/xgboost_doc_doctest.py:155
↓ 2 callersFunction_is_iter
(data: DataType)
python-package/xgboost/core.py:620
↓ 2 callersFunction_is_modin_df
(data: DataType)
python-package/xgboost/compat.py:206
↓ 2 callersFunction_is_modin_series
(data: DataType)
python-package/xgboost/compat.py:210
↓ 2 callersFunction_lazy_load_cudf_is_cat
()
python-package/xgboost/data.py:1002
↓ 2 callersFunction_make_empty
(is_cuda: bool)
python-package/xgboost/dask/data.py:305
↓ 2 callersFunction_mark_r_node
( node: nodes.literal_block, docname: str, *, close_after: bool = False )
doc/xgboost_doc_doctest.py:134
↓ 2 callersFunction_maybe_dataframe
Return dataframe for prediction when applicable.
python-package/xgboost/dask/__init__.py:892
↓ 2 callersFunction_meta_from_arrow_table
( data: DataType, name: str, dtype: Optional[NumpyDType], handle: ctypes.c_void_p, )
python-package/xgboost/data.py:925
↓ 2 callersFunction_meta_from_cudf_series
(data: DataType, field: str, handle: ctypes.c_void_p)
python-package/xgboost/data.py:1570
↓ 2 callersFunction_meta_from_cupy_array
(data: DataType, field: str, handle: ctypes.c_void_p)
python-package/xgboost/data.py:1576
↓ 2 callersFunction_meta_from_list
( data: Sequence, field: str, dtype: Optional[NumpyDType], handle: ctypes.c_void_p )
python-package/xgboost/data.py:1548
↓ 2 callersFunction_metric_decorator
Decorate a metric function from sklearn. Converts an metric function that uses the typical sklearn metric signature so that it is compatible
python-package/xgboost/sklearn.py:169
↓ 2 callersMethod_out_schema
Return the bool to indicate if it's a single prediction, true is single prediction, and the returned type of the user-defined function. The va
python-package/xgboost/spark/core.py:1275
↓ 2 callersFunction_pickle_path
(model_path: str)
tests/cross-platform/test_cross_platform_model.py:17
↓ 2 callersMethod_prepare_input
Prepare the input including column pruning, repartition and so on
python-package/xgboost/spark/core.py:789
↓ 2 callersMethod_print_summary_map
Print summary of certain result map.
ops/script/lint_cpp.py:92
↓ 2 callersMethod_ref_data_from_cuda_interface
Reference data from CUDA array interface.
python-package/xgboost/core.py:1377
↓ 2 callersFunction_register_log_callback
(lib: ctypes.CDLL)
python-package/xgboost/_c_api.py:90
↓ 2 callersMethod_set_feature_info
(self, features: Optional[FeatureInfo], field: str)
python-package/xgboost/core.py:2073
↓ 2 callersFunction_test_cudf_metainfo
(DMatrixT: Type[xgb.DMatrix])
tests/python-gpu/test_from_cudf.py:124
↓ 2 callersFunction_test_cudf_training
(DMatrixT: Type[xgb.DMatrix])
tests/python-gpu/test_from_cudf.py:88
↓ 2 callersFunction_test_cupy_metainfo
(DMatrixT: Type[xgb.DMatrix])
tests/python-gpu/test_from_cupy.py:99
↓ 2 callersFunction_test_cupy_training
(DMatrixT: Type[xgb.DMatrix])
tests/python-gpu/test_from_cupy.py:71
↓ 2 callersFunction_test_from_cudf
Test constructing DMatrix from cudf
tests/python-gpu/test_from_cudf.py:52
↓ 2 callersFunction_test_from_cupy
Test constructing DMatrix from cupy
tests/python-gpu/test_from_cupy.py:51
↓ 2 callersMethod_update_history
( self, score: Union[List[Tuple[str, float]], List[Tuple[str, float, float]]], epoch:
python-package/xgboost/callback.py:218
↓ 2 callersFunction_validate_and_convert_feature_col_as_array_col
It handles 1. Convert vector type to array type 2. Cast to Array(Float32)
python-package/xgboost/spark/core.py:503
↓ 2 callersFunction_validate_and_convert_feature_col_as_float_col_list
Values in feature columns must be integral types or float/double types
python-package/xgboost/spark/core.py:486
↓ 2 callersFunction_validate_feature_info
( feature_info: Sequence[str], n_features: int, is_column_split: bool, name: str )
python-package/xgboost/core.py:156
↓ 2 callersMethod_validate_params
(self, spark_session: SparkSession)
python-package/xgboost/spark/estimator.py:410
↓ 2 callersMethod_validate_params
(self, spark_session: SparkSession)
python-package/xgboost/spark/estimator.py:593
↓ 2 callersFunction_warn_empty
()
python-package/xgboost/dask/data.py:314
↓ 2 callersMethodafter_iteration
Function called after training iteration.
python-package/xgboost/callback.py:248
↓ 2 callersMethodafter_training
Function called after training.
python-package/xgboost/callback.py:194
↓ 2 callersMethodapply
( self, X: _DataT, iteration_range: Optional[IterationRange] = None, )
python-package/xgboost/dask/__init__.py:1522
↓ 2 callersFunctionas_bytes
include/xgboost/span.h:667
↓ 2 callersMethodattr
Redirect to booster attr.
python-package/xgboost/training.py:260
↓ 2 callersMethodbefore_iteration
Function called before training iteration.
python-package/xgboost/callback.py:206
↓ 2 callersMethodbefore_training
Function called before training.
python-package/xgboost/callback.py:183
↓ 2 callersMethodbegin
src/common/row_set.h:59
↓ 2 callersMethodbegin
NOLINT
include/xgboost/string_view.h:54
↓ 2 callersMethodboost
(DMatrix dtrain, float[] grad, float[] hess)
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/Booster.java:259
↓ 2 callersFunctioncall
Subprocess run wrapper.
ops/script/run_clang_tidy.py:15
↓ 2 callersFunctioncall
plugin/sycl/common/linalg_op.h:49
↓ 2 callersFunctioncd
(path)
dev/prepare_jvm_release.py:72
↓ 2 callersFunctionchdir
(func: Callable[..., R])
ops/script/test_utils.py:27
↓ 2 callersMethodcheckPredicts
(float[][] fPredicts, float[][] sPredicts)
jvm-packages/xgboost4j-example/src/main/java/ml/dmlc/xgboost4j/java/example/BasicWalkThrough.java:36
↓ 2 callersFunctioncheck_categorical_strings
Check string inputs.
python-package/xgboost/testing/quantile_dmatrix.py:39
↓ 2 callersFunctioncheck_example_timing
(rcheck_dir: Path, threshold: float)
ops/script/test_r_package.py:105
↓ 2 callersFunctioncheck_get_quantile_cut
Check the quantile cut getter.
python-package/xgboost/testing/updater.py:395
↓ 2 callersFunctioncheck_get_quantile_cut_device
Check with optional cupy.
python-package/xgboost/testing/updater.py:322
↓ 2 callersFunctioncheck_inf
Validate there's no inf in X.
python-package/xgboost/testing/data.py:231
↓ 2 callersFunctioncheck_init_estimation
Test init estimation.
python-package/xgboost/testing/dask.py:78
↓ 2 callersFunctioncheck_invalid_cat_batches
Check error message for inconsistent feature types.
python-package/xgboost/testing/data_iter.py:43
↓ 2 callersFunctioncheck_model_output
(model: dxgb.Booster)
tests/test_distributed/test_with_dask/test_with_dask.py:237
↓ 2 callersFunctioncheck_precision_score
Test for precision with ranking and classification.
python-package/xgboost/testing/metrics.py:15
↓ 2 callersFunctioncheck_predt
(X: Any, y: List[float])
tests/python-gpu/test_gpu_with_sklearn.py:119
↓ 2 callersFunctioncheck_quantile_error
Test for the `quantile` loss.
python-package/xgboost/testing/metrics.py:64
↓ 2 callersFunctioncheck_quantile_loss
Test for quantile loss.
python-package/xgboost/testing/updater.py:60
↓ 2 callersFunctioncheck_ref_quantile_cut
Check obtaining the same cut values given a reference.
python-package/xgboost/testing/quantile_dmatrix.py:12
↓ 2 callersFunctioncheck_uneven_nan
Issue #9271, not every worker has missing value.
python-package/xgboost/testing/dask.py:86
↓ 2 callersFunctioncheck_uneven_sizes
Tests for having irregular data shapes.
python-package/xgboost/testing/data_iter.py:89
↓ 2 callersMethodcommunicatorPrint
Print the message via the communicator. @param msg @throws XGBoostError
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/Communicator.java:92
← previousnext →1,801–1,900 of 6,719, ranked by callers