scikit-learn/sklearn/ensemble/_hist_gradient_boosting
Thomas J. Fan fb53986483
MNT Fixes deprecation error in [scipy-dev] (#21812)
2021-11-30 11:46:32 +01:00
..
tests TST Adjust learning rate to compare with LightGBM 3.X (#21082) 2021-09-24 11:09:33 +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
_loss.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 DOC Remove deprecated loss function names from docstrings (#21314) 2021-10-14 18:07:10 +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
loss.py ENH Uses _openmp_effective_n_threads to set the number of threads in HistGradientBoosting* (#20477) 2021-07-09 10:13:39 +02: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 MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
utils.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00