scikit-learn/sklearn/ensemble/_hist_gradient_boosting
Juan Carlos Alfaro Jiménez 0cfe98b9f8
FIX Change MRO for some estimators (#17934)
2020-07-17 12:26:36 +02:00
..
tests FIX Change MRO for some estimators (#17837) 2020-07-05 13:52:42 +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 CLN Minor adjustment for potential overflow in hist gradient boosting (#17410) 2020-07-09 11:36:04 +02:00
_gradient_boosting.pyx MNT consistently call import_array() after cimport of numpy (#17054) 2020-04-28 12:19:52 +02:00
_loss.pyx MNT consistently call import_array() after cimport of numpy (#17054) 2020-04-28 12:19:52 +02:00
_predictor.pyx MNT consistently call import_array() after cimport of numpy (#17054) 2020-04-28 12:19:52 +02:00
binning.py MNT minor optimization for subsampling in GBDT (#16766) 2020-03-25 21:00:14 +01:00
common.pxd MNT consistently call import_array() after cimport of numpy (#17054) 2020-04-28 12:19:52 +02:00
common.pyx ENH Native support for missing values in GBDTs (#13911) 2019-08-21 11:22:00 +02:00
gradient_boosting.py FIX Change MRO for some estimators (#17934) 2020-07-17 12:26:36 +02:00
grower.py [MRG] Monotonic constraints for GBDT (#15582) 2020-03-24 20:27:00 +01:00
histogram.pyx MNT consistently call import_array() after cimport of numpy (#17054) 2020-04-28 12:19:52 +02:00
loss.py ENH Poisson loss for HistGradientBoostingRegressor (#16692) 2020-04-23 10:27:35 -04:00
predictor.py ENH Native support for missing values in GBDTs (#13911) 2019-08-21 11:22:00 +02:00
splitting.pyx BUG Fixes cython code for ppc arch (#17201) 2020-05-18 12:35:37 -04:00
utils.pyx FEA Turn on early stopping in histogram GBDT by default (#14516) 2020-02-12 10:45:21 -05:00