scikit-learn/sklearn/ensemble
Nicolas Goix c22b8712d8 ENH iforest's score_samples uses chunks for fixed-memory computation (#13283) 2019-03-18 21:06:09 +11:00
..
tests ENH iforest's score_samples uses chunks for fixed-memory computation (#13283) 2019-03-18 21:06:09 +11:00
__init__.py iforest 2015-10-24 15:17:32 +02:00
_gb_losses.py FIX several bugs in initial predictions for GBDT (#12983) 2019-03-01 07:00:41 +01:00
_gradient_boosting.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
bagging.py MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
base.py API: Estimator tags (#8022) 2019-02-23 22:54:41 +01:00
forest.py API: Estimator tags (#8022) 2019-02-23 22:54:41 +01:00
gradient_boosting.py FIX several bugs in initial predictions for GBDT (#12983) 2019-03-01 07:00:41 +01:00
iforest.py ENH iforest's score_samples uses chunks for fixed-memory computation (#13283) 2019-03-18 21:06:09 +11:00
partial_dependence.py MRG Drop legacy python / remove six dependencies (#12639) 2019-01-03 15:50:05 +02:00
setup.py [MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719) 2016-11-02 22:57:04 +11:00
voting_classifier.py API: Estimator tags (#8022) 2019-02-23 22:54:41 +01:00
weight_boosting.py DOC Add examples to Adaboost estimators (#13373) 2019-03-04 23:18:42 +08:00