scikit-learn/sklearn/ensemble/_hist_gradient_boosting
Jérôme Dockès e1ce967a33
ENH detect categorical polars columns in HistGradientBoosting (#27835)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2023-12-05 10:15:06 +01:00
..
tests ENH detect categorical polars columns in HistGradientBoosting (#27835) 2023-12-05 10:15:06 +01:00
__init__.py [MRG+2] Faster Gradient Boosting Decision Trees with binned features (#12807) 2019-04-26 21:14:59 +02:00
_binning.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
_bitset.pxd MAINT Remove Cython compilation warnings ahead of Cython3.0 release (#25621) 2023-02-19 18:14:56 +01:00
_bitset.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
_gradient_boosting.pyx MAINT clean-up unused variables and imports in cython files (#24347) 2022-09-05 10:39:20 +02:00
_predictor.pyx MAINT Fix C warning in Cython module _predictor.pyx (#26341) 2023-07-05 10:36:34 +02:00
binning.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
common.pxd MAINT Fix C warning in Cython module _predictor.pyx (#26341) 2023-07-05 10:36:34 +02:00
common.pyx MAINT Fix C warning in Cython module _predictor.pyx (#26341) 2023-07-05 10:36:34 +02:00
gradient_boosting.py ENH detect categorical polars columns in HistGradientBoosting (#27835) 2023-12-05 10:15:06 +01:00
grower.py ENH reuse parent histograms as one of the child's histogram (#27865) 2023-12-03 12:53:17 -05:00
histogram.pyx ENH reuse parent histograms as one of the child's histogram (#27865) 2023-12-03 12:53:17 -05:00
predictor.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
splitting.pyx ENH add feature subsampling per split for HGBT (#27139) 2023-11-14 18:26:01 +00:00
utils.pyx FEA Add Gamma deviance as loss function to HGBT (#22409) 2023-01-30 15:50:22 +00:00