COMMITS
/ tests/python/test_basic.py February 22, 2026
J
Use the pytest tmp path fixture. (#12019)
Jiaming Yuan committed
February 18, 2026
R
Break up python import cycle (#12027)
Rory Mitchell committed
August 5, 2024
J
Support doc link for the sklearn module. (#10287)
Jiaming Yuan committed
June 17, 2024
P
[CI] Migrate to rockylinux8 / manylinux_2_28_x86_64 (#10399)
Philip Hyunsu Cho committed
January 5, 2024
J
Save model in ubj as the default. (#9947)
Jiaming Yuan committed
August 8, 2023
P
Handle UTF-8 paths correctly on Windows platform (#9443)
Philip Hyunsu Cho committed
April 28, 2023
J
[Breaking] Require format to be specified in input URI. (#9077)
Jiaming Yuan committed
October 26, 2022
J
Move Python testing utilities into xgboost module. (#8379)
Jiaming Yuan committed
October 8, 2021
J
Remove old callback deprecated in 1.3. (#7280)
Jiaming Yuan committed
June 25, 2021
J
Implement feature score for linear model. (#7048)
Jiaming Yuan committed
June 21, 2021
J
Convert numpy float to Python float in feat score. (#7047)
Jiaming Yuan committed
June 18, 2021
J
Test on s390x. (#7038)
Jiaming Yuan committed
J
Implement feature score in GBTree. (#7041)
Jiaming Yuan committed
December 15, 2020
J
Move metric configuration into booster. (#6504)
Jiaming Yuan committed
November 20, 2020
P
Use pytest conventions consistently (#6337)
Philip Hyunsu Cho committed
November 9, 2020
J
Add period to evaluation monitor. (#6348)
Jiaming Yuan committed
October 12, 2020
J
Cleanup Python code. (#6223)
Jiaming Yuan committed
October 2, 2020
C
[Breaking] Change default evaluation metric for classification to logloss / mlogloss (#6183)
Christian Lorentzen committed
August 22, 2020
J
Fix plotting test. (#6040)
Jiaming Yuan committed
July 16, 2020
J
Simplify the data backends. (#5893)
Jiaming Yuan committed
February 26, 2020
J
Define lazy isinstance for Python compat. (#5364)
Jiaming Yuan committed
February 14, 2020
J
Move prediction cache to Learner. (#5220)
Jiaming Yuan committed
February 13, 2020
J
Merge model compatibility fixes from 1.0rc branch. (#5305)
Jiaming Yuan committed
December 5, 2019
J
[Breaking] Remove num roots. (#5059)
Jiaming Yuan committed
December 3, 2019
R
External data adapters (#5044)
Rory Mitchell committed
September 17, 2019
J
Complete cudf support. (#4850)
Jiaming Yuan committed
August 15, 2019
E
add os.PathLike support for file paths to DMatrix and Booster Python classes (#4757)
Evan Kepner committed
March 17, 2019
J
Deprecate `reg:linear' in favor of `reg:squarederror'. (#4267)
Jiaming Yuan committed
February 20, 2019
P
Fix #4163: always copy sliced data (#4165)
Philip Hyunsu Cho committed
February 18, 2019
J
Accept numpy array view. (#4147)
Jiaming Yuan committed
December 14, 2018
J
Unify logging facilities. (#3982)
Jiaming Yuan committed
November 15, 2018
J
Refactor Python tests. (#3897)
Jiaming Yuan committed
October 8, 2018
P
Fix #3714: preserve feature names when slicing DMatrix (#3766)
Philip Hyunsu Cho committed
July 6, 2018
P
Fix get_uint_info() (#3442)
Philip Hyunsu Cho committed
June 30, 2018
O
allow arbitrary cross validation fold indices (#3353)
Oliver Laslett committed
February 8, 2018
S
Add SHAP interaction effects, fix minor bug, and add cox loss (#3043)
Scott Lundberg committed
October 12, 2017
S
SHAP values for feature contributions (#2438)
Scott Lundberg committed
July 21, 2017
P
Multi-threaded XGDMatrixCreateFromMat for faster DMatrix creation (#2530)
PSEUDOTENSOR / Jonathan McKinney committed
May 14, 2017
M
Add prediction of feature contributions (#2003)
Maurus Cuelenaere committed
December 22, 2016
J
option to shuffle data in mknfolds (#1459)
jokari69 committed
November 4, 2016
A
Add dump_format=json option (#1726)
AbdealiJK committed
May 20, 2016
T
[PYTHON] Refactor trainnig API to use callback
tqchen committed
May 2, 2016
A
Added other feature importances in python package (#1135)
Alistair Johnson committed
April 29, 2016
S
Bug mixing DMatrix's with and without feature names
sinhrks committed
April 24, 2016
S
Enable flake8
sinhrks committed
March 11, 2016
T
Fix multi-class loading
tqchen committed
February 29, 2016
T
Separate dependencies and lightweight test env for Python
terrytangyuan committed
February 28, 2016
T
[TEST] Fix travis test when reading hdfs
tqchen committed
February 27, 2016
T
Fix testcase after update and allow hdfs load
Tianqi Chen committed
February 19, 2016
I