scikit-learn/sklearn/ensemble/_hist_gradient_boosting
Thomas J. Fan 3ae7c76153
STY Enables black with experimental_string_processing=true (#20412)
2021-06-29 09:47:04 +02:00
..
tests STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
__init__.py [MRG+2] Faster Gradient Boosting Decision Trees with binned features (#12807) 2019-04-26 21:14:59 +02:00
_binning.pyx ENH Add Categorical support for HistGradientBoosting (#18394) 2020-11-16 23:10:12 +01:00
_bitset.pxd ENH Add Categorical support for HistGradientBoosting (#18394) 2020-11-16 23:10:12 +01:00
_bitset.pyx FIX Fixes histgradientboosting for cython 3.0 [scipy-dev] (#18883) 2020-11-25 21:38:25 +01:00
_gradient_boosting.pyx MNT consistently call import_array() after cimport of numpy (#17054) 2020-04-28 12:19:52 +02:00
_loss.pyx MNT consistently call import_array() after cimport of numpy (#17054) 2020-04-28 12:19:52 +02:00
_predictor.pyx ENH Add Categorical support for HistGradientBoosting (#18394) 2020-11-16 23:10:12 +01:00
binning.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
common.pxd ENH Add Categorical support for HistGradientBoosting (#18394) 2020-11-16 23:10:12 +01:00
common.pyx ENH Add Categorical support for HistGradientBoosting (#18394) 2020-11-16 23:10:12 +01:00
gradient_boosting.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
grower.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
histogram.pyx [MRG] MNT Initialize histograms in parallel and don't call np.zero in Hist-GBDT (#18341) 2020-09-04 15:48:39 +02:00
loss.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
predictor.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
splitting.pyx ENH Add Categorical support for HistGradientBoosting (#18394) 2020-11-16 23:10:12 +01:00
utils.pyx ENH Consistent loss name for absolute error (#19733) 2021-05-10 22:10:21 +02:00