scikit-learn/sklearn/ensemble/_hist_gradient_boosting
Christian Lorentzen ed01199a61
MAINT DOC HGBT leave updated if loss is not smooth (#26254)
2023-08-08 13:45:05 +05:00
..
tests MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +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 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 MAINT DOC HGBT leave updated if loss is not smooth (#26254) 2023-08-08 13:45:05 +05:00
grower.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
histogram.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
predictor.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
splitting.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00
utils.pyx FEA Add Gamma deviance as loss function to HGBT (#22409) 2023-01-30 15:50:22 +00:00