MCPcopy Create free account

hub / github.com/dmlc/xgboost / functions

Functions6,719 in github.com/dmlc/xgboost

↓ 2 callersFunctionrun_cat_container_iter
Test the categories container for iterator-based inputs.
python-package/xgboost/testing/ordinal.py:271
↓ 2 callersFunctionrun_cat_container_mixed
Run checks with mixed types.
python-package/xgboost/testing/ordinal.py:124
↓ 2 callersFunctionrun_cat_invalid
Basic tests for invalid inputs.
python-package/xgboost/testing/ordinal.py:377
↓ 2 callersFunctionrun_cat_leaf
Basic tests for leaf prediction.
python-package/xgboost/testing/ordinal.py:538
↓ 2 callersFunctionrun_cat_oov_in_range
Test OOV categories whose sorted insertion point is inside the training set.
python-package/xgboost/testing/ordinal.py:423
↓ 2 callersFunctionrun_cat_predict
Basic tests for re-coding during prediction.
python-package/xgboost/testing/ordinal.py:338
↓ 2 callersFunctionrun_cat_shap
Basic tests for SHAP values.
python-package/xgboost/testing/ordinal.py:524
↓ 2 callersFunctionrun_cat_thread_safety
Basic tests for thread safety.
python-package/xgboost/testing/ordinal.py:461
↓ 2 callersFunctionrun_categorical
Tests plotting functions for categorical features.
python-package/xgboost/testing/plotting.py:14
↓ 2 callersFunctionrun_column_sampling
Test column sampling with feature importance for multi-target trees.
python-package/xgboost/testing/multi_target.py:415
↓ 2 callersFunctionrun_custom_objective
Tests custom objective and metric functions.
python-package/xgboost/testing/basic_models.py:14
↓ 2 callersFunctionrun_dispatch
(device: Device, DMatrixT: Type)
python-package/xgboost/testing/ordinal.py:69
↓ 2 callersFunctionrun_dmatrix_ctor
(is_feature_cols: bool, is_qdm: bool, on_gpu: bool)
tests/test_distributed/test_with_spark/test_data.py:37
↓ 2 callersFunctionrun_empty_dmatrix_auc
(client: "Client", device: str, n_workers: int)
tests/test_distributed/test_with_dask/test_with_dask.py:830
↓ 2 callersFunctionrun_empty_dmatrix_cls
(client: "Client", parameters: dict)
tests/test_distributed/test_with_dask/test_with_dask.py:783
↓ 2 callersFunctionrun_eta
Test for learning rate.
python-package/xgboost/testing/multi_target.py:363
↓ 2 callersFunctionrun_eta_decay
Test learning rate scheduler, used by both CPU and GPU tests.
python-package/xgboost/testing/callbacks.py:14
↓ 2 callersFunctionrun_eta_decay_leaf_output
check decay has effect on leaf output.
python-package/xgboost/testing/callbacks.py:132
↓ 2 callersFunctionrun_exp_family
Exp family has a closed solution.
python-package/xgboost/testing/intercept.py:222
↓ 2 callersFunctionrun_expectile_loss
Check that reparameterized expectile regression produces non-crossing curves.
python-package/xgboost/testing/multi_target.py:110
↓ 2 callersFunctionrun_feature_importance_strategy_compare
Different strategies produce similar feature importance ratios.
python-package/xgboost/testing/multi_target.py:527
↓ 2 callersFunctionrun_federated_learning
Run federated learning tests.
python-package/xgboost/testing/federated.py:127
↓ 2 callersFunctionrun_gpu_hist
( params: Dict, num_rounds: int, dataset: tm.TestDataset, DMatrixT: Type, client: Client,
tests/test_distributed/test_gpu_with_dask/test_gpu_with_dask.py:155
↓ 2 callersFunctionrun_gradient_based_sampling_accuracy
Test that gradient-based sampling provides better accuracy.
python-package/xgboost/testing/multi_target.py:789
↓ 2 callersFunctionrun_grow_policy
Test grow policy (depthwise and lossguide) for vector leaf.
python-package/xgboost/testing/multi_target.py:468
↓ 2 callersFunctionrun_housing_rf_regression
Testwith the cali housing dataset.
python-package/xgboost/testing/with_skl.py:117
↓ 2 callersFunctionrun_init_estimation
Test for init estimation.
python-package/xgboost/testing/intercept.py:22
↓ 2 callersMethodrun_inplace_base_margin
( self, device: int, booster: xgb.Booster, dtrain: xgb.DMatrix, X: Any
tests/python-gpu/test_gpu_prediction.py:188
↓ 2 callersMethodrun_inplace_predict_cupy
(self, device: int)
tests/python-gpu/test_gpu_prediction.py:219
↓ 2 callersFunctionrun_intercept
Tests for the intercept.
python-package/xgboost/testing/with_skl.py:170
↓ 2 callersFunctionrun_invalid_category
Test with invalid categorical inputs.
python-package/xgboost/testing/updater.py:639
↓ 2 callersFunctionrun_logistic_degenerate
Test https://github.com/dmlc/xgboost/issues/11499 .
python-package/xgboost/testing/intercept.py:246
↓ 2 callersFunctionrun_max_cat
Test data with size smaller than number of categories.
python-package/xgboost/testing/updater.py:615
↓ 2 callersFunctionrun_mixed_sparsity
Check QDM with mixed batches.
python-package/xgboost/testing/data_iter.py:14
↓ 2 callersFunctionrun_mixed_strategy
Test mixed multi_strategy with ResetStrategy callback.
python-package/xgboost/testing/multi_target.py:486
↓ 2 callersMethodrun_model_pickling
(self, xgb_params)
tests/python/test_pickling.py:20
↓ 2 callersFunctionrun_multiclass
Use vector leaf for multi-class models.
python-package/xgboost/testing/multi_target.py:29
↓ 2 callersFunctionrun_multilabel
Use vector leaf for multi-label classification models.
python-package/xgboost/testing/multi_target.py:52
↓ 2 callersFunctionrun_normalization
Test normalization.
python-package/xgboost/testing/ranking.py:120
↓ 2 callersFunctionrun_pr_auc_binary
Test for PR AUC metric on a binary classification problem.
python-package/xgboost/testing/metrics.py:328
↓ 2 callersFunctionrun_pr_auc_ltr
Test for PR AUC metric on a ranking problem.
python-package/xgboost/testing/metrics.py:304
↓ 2 callersFunctionrun_pr_auc_multi
Test for PR AUC metric on a multi-class classification problem.
python-package/xgboost/testing/metrics.py:229
↓ 2 callersMethodrun_predict_leaf_booster
( self, param: Dict[str, Any], num_rounds: int, dataset: tm.TestDataset,
tests/python-gpu/test_gpu_prediction.py:434
↓ 2 callersFunctionrun_quantile_loss
Check quantile regression for vector leaf.
python-package/xgboost/testing/multi_target.py:73
↓ 2 callersFunctionrun_rabit_ops
(pool, n_workers: int, address: str)
tests/python/test_tracker.py:83
↓ 2 callersFunctionrun_ranking_categorical
Test LTR with categorical features.
python-package/xgboost/testing/ranking.py:93
↓ 2 callersFunctionrun_ranking_qid_df
Test ranking with qid packed into X.
python-package/xgboost/testing/ranking.py:16
↓ 2 callersFunctionrun_recode
Run re-coding test with the Dask interface.
python-package/xgboost/testing/dask.py:371
↓ 2 callersFunctionrun_recode_dmatrix
Test re-coding inpput for DMatrix.
python-package/xgboost/testing/ordinal.py:687
↓ 2 callersFunctionrun_recode_dmatrix_predict
Run prediction with re-coded DMatrix.
python-package/xgboost/testing/ordinal.py:852
↓ 2 callersFunctionrun_recoding
Test re-coding for training continuation.
python-package/xgboost/testing/with_skl.py:139
↓ 2 callersFunctionrun_reduced_grad
Basic test for using reduced gradient for tree splits.
python-package/xgboost/testing/multi_target.py:232
↓ 2 callersMethodrun_ref_dmatrix
(self, rng: Any, device: str, enable_cat: bool)
tests/python/test_quantile_dmatrix.py:178
↓ 2 callersFunctionrun_reg
(X: np.ndarray, y: np.ndarray)
python-package/xgboost/testing/intercept.py:25
↓ 2 callersFunctionrun_roc_auc_binary
TestROC AUC metric on a binary classification problem.
python-package/xgboost/testing/metrics.py:191
↓ 2 callersFunctionrun_roc_auc_multi
Test for ROC AUC metric on a multi-class classification problem.
python-package/xgboost/testing/metrics.py:249
↓ 2 callersFunctionrun_score_normalization
Test normalization by score differences.
python-package/xgboost/testing/ranking.py:185
↓ 2 callersFunctionrun_sklearn_api
(booster, error, n_est)
tests/python/test_with_sklearn.py:573
↓ 2 callersMethodrun_slice
( self, booster: xgb.Booster, dtrain: xgb.DMatrix, num_parallel_tree: int,
tests/python/test_basic_models.py:272
↓ 2 callersFunctionrun_specified_cat
Run with manually specified category encoding.
python-package/xgboost/testing/ordinal.py:601
↓ 2 callersFunctionrun_split_value_histograms
Tests split_value_histograms with categorical features.
python-package/xgboost/testing/parse_tree.py:25
↓ 2 callersFunctionrun_subsample
Test row subsampling.
python-package/xgboost/testing/multi_target.py:766
↓ 2 callersFunctionrun_training_continuation
Test re-coding for training continuation.
python-package/xgboost/testing/ordinal.py:756
↓ 2 callersMethodrun_training_continuation
( self, xgb_params_01, xgb_params_02, xgb_params_03, tmp_path: Path )
tests/python/test_training_continuation.py:37
↓ 2 callersMethodrun_training_continuation
(self, use_json)
tests/python-sycl/test_sycl_training_continuation.py:9
↓ 2 callersFunctionrun_training_continuation_determinism
Check that 2-session training (4+4 iters) equals single-session (8 iters).
python-package/xgboost/testing/continuation.py:64
↓ 2 callersFunctionrun_training_continuation_model_output
Run training continuation test.
python-package/xgboost/testing/continuation.py:14
↓ 2 callersFunctionrun_tree_to_df_categorical
Tests tree_to_df with categorical features.
python-package/xgboost/testing/parse_tree.py:12
↓ 2 callersFunctionrun_update
Test with individual updaters.
python-package/xgboost/testing/ordinal.py:827
↓ 2 callersMethodrun_updater_test
( self, client: "Client", params: Dict, num_rounds: int, dataset: tm.T
tests/test_distributed/test_with_dask/test_with_dask.py:1376
↓ 2 callersFunctionrun_validation
Check the validation dataset is using the correct encoding.
python-package/xgboost/testing/ordinal.py:666
↓ 2 callersFunctionrun_validation_weights
(model)
tests/python/test_with_sklearn.py:871
↓ 2 callersFunctionrun_with_dask_array
(DMatrixT: Type, client: Client)
tests/test_distributed/test_gpu_with_dask/test_gpu_with_dask.py:112
↓ 2 callersFunctionrun_with_dask_dataframe
(DMatrixT: Type, client: Client)
tests/test_distributed/test_gpu_with_dask/test_gpu_with_dask.py:57
↓ 2 callersFunctionrun_with_iter
Test vector leaf with external memory.
python-package/xgboost/testing/multi_target.py:277
↓ 2 callersMethodsaveMetadata
Save the metadata of an xgboost.spark._SparkXGBEstimator or xgboost.spark._SparkXGBModel.
python-package/xgboost/spark/core.py:1569
↓ 2 callersFunctionsave_load
(clf: xgb.XGBClassifier)
tests/python/test_with_sklearn.py:757
↓ 2 callersMethodsetParam
Set parameter to the Booster. @param key param name @param value param value @throws XGBoostError native error
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/Booster.java:110
↓ 2 callersMethodsetParams
Set parameters to the Booster. @param params parameters key-value map @throws XGBoostError native error
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/Booster.java:120
↓ 2 callersMethodsetXGBDMatrixFeatureInfo
(String type, String[] values)
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/DMatrix.java:241
↓ 2 callersMethodset_attr
Iterate through folds for setting attributes
python-package/xgboost/training.py:255
↓ 2 callersFunctionset_config
(**new_config: Any)
python-package/xgboost/config.py:127
↓ 2 callersMethodset_device
Set device, optional value: cpu, cuda, gpu
python-package/xgboost/spark/core.py:273
↓ 2 callersMethodset_stream
! * \brief set input stream */
src/common/base64.h:30
↓ 2 callersMethodshouldPrint
(Map<String, Object> params, int iter)
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/XGBoost.java:341
↓ 2 callersFunctionsimulate_clicks
Simulate click data using position biased model (PBM).
python-package/xgboost/testing/data.py:770
↓ 2 callersMethodslice
Slice the DMatrix and return a new DMatrix that only contains `rowIndex`. @param rowIndex row index @return sliced new DMatrix @throws XGBoostError n
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/DMatrix.java:457
↓ 2 callersMethodsplit_condition
Split value of a node.
demo/guide-python/model_parser.py:77
↓ 2 callersMethodstop
()
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/ITracker.java:29
↓ 2 callersFunctionto_graphviz
Convert specified tree to graphviz instance. IPython can automatically plot the returned graphviz instance. Otherwise, you should call .render() m
python-package/xgboost/plotting.py:154
↓ 2 callersFunctionto_integers
Convert a sequence of bytes to a list of Python integer
demo/guide-python/model_parser.py:26
↓ 2 callersFunctiontrain
()
tests/test_distributed/test_with_dask/test_with_dask.py:1048
↓ 2 callersFunctiontrain_interval_model
Train a multi-output interval model.
demo/guide-python/prediction_intervals.py:50
↓ 2 callersFunctiontrain_result
( param: Dict[str, Any], dmat: xgb.DMatrix, num_rounds: int )
tests/python-gpu/test_gpu_linear.py:25
↓ 2 callersFunctiontraining_accuracy
Test accuracy, reused by GPU tests.
python-package/xgboost/testing/interaction_constraints.py:64
↓ 2 callersFunctiontraining_continuation
Basic training continuation.
demo/guide-python/continuation.py:15
↓ 2 callersFunctiontraining_continuation_early_stop
Training continuation with early stopping.
demo/guide-python/continuation.py:50
↓ 2 callersMethodtryGetIntFromObject
(Object o)
jvm-packages/xgboost4j/src/main/java/ml/dmlc/xgboost4j/java/XGBoost.java:327
↓ 2 callersFunctiontry_fetch_jvm_doc
Attempt to fetch JVM docs for a given branch. Returns True if successful
doc/conf.py:123
↓ 2 callersFunctiontry_fetch_r_doc
(branch: str)
doc/conf.py:172
← previousnext →2,001–2,100 of 6,719, ranked by callers