scikit-learn/sklearn/ensemble/_hist_gradient_boosting
Thomas J. Fan d4aad64b1e
MNT Update to black 22.3.0 to resolve click error (#22983)
* MNT Update to black 22.3.0 to resolve click error

* STY Update for new black version
2022-03-29 12:04:41 +02:00
..
tests MNT Update to black 22.3.0 to resolve click error (#22983) 2022-03-29 12:04:41 +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 FIX Removes warning in HGBT when fitting on dataframes (#22908) 2022-03-25 10:56:49 +01: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 MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00