MCPcopy Create free account

hub / github.com/dmlc/xgboost / functions

Functions6,719 in github.com/dmlc/xgboost

↓ 1 callersMethod_get_feature_col
XGBoost model trained with features_cols parameter can also predict vector or array feature type. But first we need to check features_cols
python-package/xgboost/spark/core.py:1231
↓ 1 callersFunction_get_host_ip
Gets the hostIP for Spark. This essentially gets the IP of the first worker.
python-package/xgboost/spark/utils.py:76
↓ 1 callersFunction_get_iteration_range
( model: object, iteration_range: Optional[IterationRange] )
python-package/xgboost/interpret.py:25
↓ 1 callersFunction_get_log_callback_func
Wrap log_callback() method in ctypes callback type.
python-package/xgboost/_c_api.py:68
↓ 1 callersMethod_get_predict_func
Return the true prediction function which will be running on the executor side
python-package/xgboost/spark/core.py:1285
↓ 1 callersFunction_get_rabit_args
Get rabit context arguments from data distribution in DaskDMatrix.
python-package/xgboost/dask/__init__.py:644
↓ 1 callersMethod_get_resource_profile_for_stage_level_scheduling
Try to enable stage-level scheduling
python-package/xgboost/spark/core.py:923
↓ 1 callersFunction_get_worker_parts
Convert list of dictionaries into a dictionary of lists.
python-package/xgboost/dask/data.py:256
↓ 1 callersFunction_get_workers_from_data
( dtrain: DaskDMatrix, evals: Optional[Sequence[Tuple[DaskDMatrix, str]]] )
python-package/xgboost/dask/__init__.py:696
↓ 1 callersMethod_get_xgb_parameters
( self, dataset: DataFrame )
python-package/xgboost/spark/core.py:838
↓ 1 callersMethod_get_xgb_train_call_args
( cls, train_params: Dict[str, Any] )
python-package/xgboost/spark/core.py:713
↓ 1 callersMethod_init
( self, data: DataType, ref: Optional[DMatrix], enable_categorical: bool,
python-package/xgboost/core.py:1553
↓ 1 callersMethod_init
( self, it: DataIter, ref: Optional[DMatrix], *, enable_categorical: b
python-package/xgboost/core.py:1667
↓ 1 callersMethod_init_from_iter
(self, it: DataIter, enable_categorical: bool)
python-package/xgboost/core.py:828
↓ 1 callersFunction_is_cupy_csc
(data: DataType)
python-package/xgboost/data.py:1212
↓ 1 callersFunction_is_cupy_csr
(data: DataType)
python-package/xgboost/data.py:1204
↓ 1 callersFunction_is_flatten
(array: NumpyOrCupy)
python-package/xgboost/_data_utils.py:420
↓ 1 callersFunction_is_uri
(data: DataType)
python-package/xgboost/data.py:1243
↓ 1 callersFunction_lazy_has_npdtypes
()
python-package/xgboost/data.py:523
↓ 1 callersFunction_lazy_load_cudf_is_bool
()
python-package/xgboost/data.py:1023
↓ 1 callersFunction_lazy_load_pd_floats
()
python-package/xgboost/data.py:528
↓ 1 callersFunction_lazy_load_pd_is_cat
()
python-package/xgboost/data.py:442
↓ 1 callersFunction_lazy_load_pd_is_sparse
()
python-package/xgboost/data.py:466
↓ 1 callersFunction_lib_version
Get the XGBoost version from native shared object.
python-package/xgboost/_c_api.py:74
↓ 1 callersFunction_load_lib
Load xgboost library.
python-package/xgboost/_c_api.py:118
↓ 1 callersMethod_load_model_attributes
Load model attributes without hyper-parameters.
python-package/xgboost/sklearn.py:1151
↓ 1 callersFunction_make_cat
(draw: Callable)
python-package/xgboost/testing/__init__.py:348
↓ 1 callersFunction_map_dtype
(dtype: np.dtype)
python-package/xgboost/collective.py:249
↓ 1 callersFunction_mark_python_node
(node: nodes.literal_block, docname: str)
doc/xgboost_doc_doctest.py:128
↓ 1 callersFunction_maybe_np_slice
Handle numpy slice. This can be removed if we use __array_interface__.
python-package/xgboost/data.py:256
↓ 1 callersFunction_meta_from_cudf_df
(data: DataType, field: str, handle: ctypes.c_void_p)
python-package/xgboost/data.py:1561
↓ 1 callersFunction_meta_from_pandas_series
Help transform pandas series for meta data like labels
python-package/xgboost/data.py:734
↓ 1 callersFunction_meta_from_tuple
( data: Sequence, field: str, dtype: Optional[NumpyDType], handle: ctypes.c_void_p )
python-package/xgboost/data.py:1555
↓ 1 callersMethod_more_tags
(self)
python-package/xgboost/sklearn.py:1709
↓ 1 callersMethod_more_tags
(self)
python-package/xgboost/sklearn.py:2006
↓ 1 callersFunction_normalise_language
(language: str | None)
doc/xgboost_doc_doctest.py:117
↓ 1 callersFunction_numpy2ctypes_type
(dtype: Type[np.number])
python-package/xgboost/core.py:190
↓ 1 callersMethod_post_transform
Post process of transform
python-package/xgboost/spark/core.py:1312
↓ 1 callersMethod_predict_async
( self, data: _DataT, *, output_margin: bool, validate_features: bool,
python-package/xgboost/dask/__init__.py:1832
↓ 1 callersMethod_prepare_input_columns_and_feature_prop
( self, dataset: DataFrame )
python-package/xgboost/spark/core.py:731
↓ 1 callersFunction_probe_gpu_addresses
()
tests/test_distributed/test_with_spark/test_spark.py:46
↓ 1 callersFunction_proxy_transform
( data: DataType, feature_names: Optional[FeatureNames], feature_types: Optional[FeatureTypes],
python-package/xgboost/data.py:1646
↓ 1 callersMethod_pyspark_model_cls
Subclasses should override this method and returns a _SparkXGBModel subclass
python-package/xgboost/spark/core.py:644
↓ 1 callersMethod_read_until_marker
(self, marker: str)
doc/xgboost_doc_doctest.py:80
↓ 1 callersMethod_ref_data_from_array
Reference data from numpy array.
python-package/xgboost/core.py:1388
↓ 1 callersMethod_ref_data_from_columnar
Reference data from a CPU DataFrame.
python-package/xgboost/core.py:1392
↓ 1 callersMethod_ref_data_from_csr
Reference data from scipy csr.
python-package/xgboost/core.py:1398
↓ 1 callersMethod_ref_data_from_cuda_columnar
Reference data from CUDA columnar format.
python-package/xgboost/core.py:1382
↓ 1 callersFunction_reject_pd_sparse_col_split
Sparse pandas columns are not supported with column-wise data split.
python-package/xgboost/data.py:695
↓ 1 callersFunction_reject_polars_categorical
(data: DataType)
python-package/xgboost/data.py:940
↓ 1 callersMethod_repartition_needed
We repartition the dataset if the number of workers is not equal to the number of partitions.
python-package/xgboost/spark/core.py:665
↓ 1 callersMethod_run_on_gpu
If train or transform on the gpu according to the parameters
python-package/xgboost/spark/core.py:476
↓ 1 callersMethod_set_config_setting
(self, config_settings: Dict[str, Any])
python-package/packager/build_config.py:28
↓ 1 callersMethod_set_fit_params_default
Get the xgboost.XGBModel().fit() parameters and set them to spark parameters
python-package/xgboost/spark/core.py:336
↓ 1 callersMethod_set_predict_params_default
Get the parameters from xgboost.XGBModel().predict() and set them into spark parameters
python-package/xgboost/spark/core.py:358
↓ 1 callersFunction_set_worker_client
Temporarily set the client for sklearn model.
python-package/xgboost/dask/__init__.py:1422
↓ 1 callersMethod_set_xgb_params_default
Set xgboost parameters into spark parameters
python-package/xgboost/spark/core.py:300
↓ 1 callersFunction_start_tracker
Start Rabit tracker with n_workers
python-package/xgboost/spark/utils.py:56
↓ 1 callersFunction_to_bool
(value: object)
tests/test_distributed/test_with_spark/test_spark.py:40
↓ 1 callersMethod_transform_interaction_constraints
( self, value: Union[Sequence[Sequence[str]], str] )
python-package/xgboost/core.py:1814
↓ 1 callersMethod_transform_monotone_constrains
( self, value: Union[Dict[str, int], str, Tuple[int, ...]] )
python-package/xgboost/core.py:1797
↓ 1 callersFunction_try_start_tracker
( n_workers: int, addrs: List[Union[Optional[str], Optional[Tuple[str, int]]]], timeout: Optional[
python-package/xgboost/dask/__init__.py:176
↓ 1 callersMethod_update_rounds
( self, *, score: _Score, name: str, metric: str, model: _Model, epoch: int )
python-package/xgboost/callback.py:393
↓ 1 callersMethod_update_sklearn_tags_from_dict
Update ``sklearn.utils.Tags`` inherited from ``scikit-learn`` base classes. ``scikit-learn`` 1.6 introduced a dataclass-based interface for e
python-package/xgboost/sklearn.py:921
↓ 1 callersFunction_validate_meta_shape
(data: DataType, name: str)
python-package/xgboost/data.py:1520
↓ 1 callersFunction_warn_unused_missing
(data: DataType, missing: Optional[FloatCompatible])
python-package/xgboost/data.py:98
↓ 1 callersMethod_wrapper_params
(self)
python-package/xgboost/sklearn.py:988
↓ 1 callersMethodafter_iteration
(self, model: _Model, epoch: int, evals_log: EvalsLog)
python-package/xgboost/callback.py:456
↓ 1 callersMethodafter_training
(self, model: _Model)
python-package/xgboost/callback.py:492
↓ 1 callersMethodaggCVResults
Aggregate cross-validation results. @param results eval info from each data sample @return cross-validation eval info
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/XGBoost.java:544
↓ 1 callersFunctionapprox_train
The approx tree method uses the basic `DMatrix` (not recommended).
demo/guide-python/external_memory.py:156
↓ 1 callersFunctionarrow_cat_inf
Get the array interface representation of a string-based category array.
python-package/xgboost/_data_utils.py:397
↓ 1 callersMethodas_array
(self)
tests/python-gpu/test_from_cudf.py:324
↓ 1 callersMethodas_array
(self)
demo/guide-python/quantile_data_iterator.py:59
↓ 1 callersMethodas_array_labels
(self)
tests/python-gpu/test_from_cudf.py:327
↓ 1 callersMethodas_array_labels
(self)
demo/guide-python/quantile_data_iterator.py:62
↓ 1 callersMethodas_array_weights
(self)
demo/guide-python/quantile_data_iterator.py:65
↓ 1 callersMethodattributes
Get attributes stored in the Booster as a dictionary. Returns ------- result : dictionary of attribute_name: attribute_value
python-package/xgboost/core.py:2025
↓ 1 callersFunctionaws_s3_download
(*, src: str, dest_dir: Path)
ops/pipeline/manage-artifacts.py:41
↓ 1 callersFunctionaws_s3_download_with_wildcard
(*, src: str, dest_dir: Path)
ops/pipeline/manage-artifacts.py:51
↓ 1 callersFunctionaws_s3_upload
(*, src: Path, dest: str, make_public: bool)
ops/pipeline/manage-artifacts.py:29
↓ 1 callersFunctionbase_params
Parameters shared by the three models in the demo.
demo/guide-python/prediction_intervals.py:86
↓ 1 callersMethodbefore_iteration
Run before each iteration. Returns True when training should stop. See :py:meth:`after_iteration` for details.
python-package/xgboost/callback.py:71
↓ 1 callersMethodbefore_training
(self, model: _Model)
python-package/xgboost/callback.py:384
↓ 1 callersMethodbegin
NOLINT
src/common/ref_resource_view.h:80
↓ 1 callersMethodbegin
src/common/threading_utils.h:46
↓ 1 callersMethodboost
Boost the booster for one iteration with customized gradient statistics. .. warning:: Like :py:meth:`.update`, this function sho
python-package/xgboost/core.py:2216
↓ 1 callersFunctionbuild
Build the native library.
jvm-packages/create_jni.py:118
↓ 1 callersFunctionbuild_libxgboost
Build libxgboost in a temporary directory and obtain the path to built libxgboost.
python-package/packager/nativelib.py:30
↓ 1 callersMethodbuild_model
(self, max_depth, num_round)
tests/python/test_parse_tree.py:18
↓ 1 callersFunctioncat_codes
(ser: "PdSeries")
python-package/xgboost/data.py:543
↓ 1 callersFunctioncategorical_model
Train using builtin categorical data support from XGBoost
demo/guide-python/cat_in_the_dat.py:76
↓ 1 callersFunctioncheck_cmd_print_failure_assistance
(cmd: List[str])
ops/script/type_check_python.py:41
↓ 1 callersFunctioncheck_cudf_meta
Make sure no missing value in meta data.
python-package/xgboost/_data_utils.py:521
↓ 1 callersFunctioncheck_expectile_error
Test for the `expectile` loss.
python-package/xgboost/testing/metrics.py:131
↓ 1 callersFunctioncheck_init_estimation_clf
Test init estimation for classsifier.
python-package/xgboost/testing/dask.py:28
↓ 1 callersFunctioncheck_init_estimation_reg
Test init estimation for regressor.
python-package/xgboost/testing/dask.py:53
↓ 1 callersFunctioncheck_path
Ensure the script is run from the project root directory.
ops/script/release_artifacts.py:224
↓ 1 callersFunctioncheck_point_callback
Demo for using the checkpoint callback. Custom logic for handling output is usually required and users are encouraged to define their own callback
demo/guide-python/callbacks.py:89
↓ 1 callersFunctioncheck_rmarkdown
()
ops/script/test_r_package.py:192
← previousnext →2,801–2,900 of 6,719, ranked by callers