scikit-learn/sklearn/ensemble/_hist_gradient_boosting
Christian Lorentzen 5b69652dd0
DEP loss = auto, binary_crossentropy, categorical_crossentropy in HGBT (#23040)
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-04-07 17:30:24 +02:00
..
tests DEP loss = auto, binary_crossentropy, categorical_crossentropy in HGBT (#23040) 2022-04-07 17:30:24 +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 MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_bitset.pxd MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_bitset.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_gradient_boosting.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_predictor.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
binning.py MNT Fixes deprecation error in [scipy-dev] (#21812) 2021-11-30 11:46:32 +01:00
common.pxd MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
common.pyx ENH Add Categorical support for HistGradientBoosting (#18394) 2020-11-16 23:10:12 +01:00
gradient_boosting.py DEP loss = auto, binary_crossentropy, categorical_crossentropy in HGBT (#23040) 2022-04-07 17:30:24 +02:00
grower.py ENH Uses _openmp_effective_n_threads to set the number of threads in HistGradientBoosting* (#20477) 2021-07-09 10:13:39 +02:00
histogram.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
predictor.py ENH Uses _openmp_effective_n_threads to set the number of threads in HistGradientBoosting* (#20477) 2021-07-09 10:13:39 +02:00
splitting.pyx FIX Missing num_threads in some HGBT pranges (#22566) 2022-02-21 17:04:14 +01:00
utils.pyx DEP loss = auto, binary_crossentropy, categorical_crossentropy in HGBT (#23040) 2022-04-07 17:30:24 +02:00