COMMITS
/ tests/python/test_callback.py February 22, 2026
J
Use the pytest tmp path fixture. (#12019)
Jiaming Yuan committed
February 20, 2026
J
Enable categorical feature support by default. (#12015)
Jiaming Yuan committed
February 9, 2026
T
Fix typo 'recieve' to 'receive' (#11999)
thecaptain789 committed
November 17, 2025
J
Fix ordering of Python callbacks. (#11812)
Jiaming Yuan committed
April 15, 2025
J
Cleanup `gpu_hist` in Python tests. (#11402)
Jiaming Yuan committed
December 6, 2024
J
Remove deprecated `feval`. (#11051)
Jiaming Yuan committed
January 15, 2024
J
[breaking] Remove deprecated parameters in the skl interface. (#9986)
Jiaming Yuan committed
January 8, 2024
J
Use UBJ in Python checkpoint. (#9958)
Jiaming Yuan committed
January 5, 2024
J
Save model in ubj as the default. (#9947)
Jiaming Yuan committed
September 26, 2023
J
[breaking] [jvm-packages] Remove rabit check point. (#9599)
Jiaming Yuan committed
July 24, 2023
J
Define `best_iteration` only if early stopping is used. (#9403)
Jiaming Yuan committed
April 28, 2023
J
[Breaking] Require format to be specified in input URI. (#9077)
Jiaming Yuan committed
March 22, 2023
J
Initial support for multi-target tree. (#8616)
Jiaming Yuan committed
March 6, 2023
J
Support learning rate for zero-hessian objectives. (#8866)
Jiaming Yuan committed
October 26, 2022
J
Move Python testing utilities into xgboost module. (#8379)
Jiaming Yuan committed
January 30, 2022
P
Replace all uses of deprecated function sklearn.datasets.load_boston (#7373)
Philip Hyunsu Cho committed
November 2, 2021
J
Move callbacks from `fit` to `__init__`. (#7375)
Jiaming Yuan committed
October 28, 2021
J
Move skl `eval_metric` and `early_stopping rounds` to model params. (#6751)
Jiaming Yuan committed
October 8, 2021
J
Remove old callback deprecated in 1.3. (#7280)
Jiaming Yuan committed
J
Fix cv `verbose_eval` (#7291)
Jiaming Yuan committed
August 3, 2021
J
Support `min_delta` in early stopping. (#7137)
Jiaming Yuan committed
May 13, 2021
J
Add tolerance to early stopping. (#6942)
Jiaming Yuan committed
February 28, 2021
J
Fix learning rate scheduler with cv. (#6720)
Jiaming Yuan committed
December 17, 2020
J
Support early stopping with training continuation, correct num boosted rounds. (#6506)
Jiaming Yuan committed
December 15, 2020
S
Fix handling of print period in EvaluationMonitor (#6499)
ShvetsKS committed
November 28, 2020
J
Fix period in evaluation monitor. (#6441)
Jiaming Yuan committed
November 20, 2020
P
Use pytest conventions consistently (#6337)
Philip Hyunsu Cho committed
November 12, 2020
J
Update Python documents. (#6376)
Jiaming Yuan committed
November 9, 2020
J
Add period to evaluation monitor. (#6348)
Jiaming Yuan committed
November 3, 2020
J
Support slicing tree model (#6302)
Jiaming Yuan committed
October 29, 2020
J
Fix Python callback. (#6320)
Jiaming Yuan committed
October 22, 2020
P
Use UserWarning for old callback, as DeprecationWarning is not visible (#6270)
Philip Hyunsu Cho committed
October 10, 2020
J
Rework Python callback functions. (#6199)
Jiaming Yuan committed