scikit-learn/sklearn/ensemble/_hist_gradient_boosting
Albert Villanova del Moral 7e545e1724
DOC Fix versionadded for 0.23 (#18522)
2020-10-05 10:23:32 +11:00
..
tests FIX accept uint8 X in hist-gbdt.predict (#18410) 2020-09-26 09:55:35 +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 change bin_thresholds param name (#18179) 2020-08-21 16:07:55 +02:00
binning.py DOC fix docstring in binning.py file (#18063) 2020-08-21 14:05:41 +02:00
common.pxd MNT change bin_thresholds param name (#18179) 2020-08-21 16:07:55 +02:00
common.pyx MNT change bin_thresholds param name (#18179) 2020-08-21 16:07:55 +02:00
gradient_boosting.py DOC Fix versionadded for 0.23 (#18522) 2020-10-05 10:23:32 +11:00
grower.py ENH Break cyclic references in Histogram GBRT (#18334) 2020-09-03 15:47:25 -04:00
histogram.pyx [MRG] MNT Initialize histograms in parallel and don't call np.zero in Hist-GBDT (#18341) 2020-09-04 15:48:39 +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