scikit-learn/sklearn/tree
Olivier Grisel f0e9d298be
FIX numerical rounding issue causing test_poisson_zero_nodes to fail at random (#18737)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-11-04 20:39:06 +01:00
..
tests FIX numerical rounding issue causing test_poisson_zero_nodes to fail at random (#18737) 2020-11-04 20:39:06 +01:00
__init__.py MNT Makes modules in tree and ensemble private (#14964) 2019-10-16 10:39:00 -04:00
_classes.py ENH Adds n_feature_in_ checking to tree (#18726) 2020-11-02 18:40:20 +01:00
_criterion.pxd MNT remove duplicated call to children_impurity() in tree code (#18203) 2020-08-21 10:32:30 +02:00
_criterion.pyx FIX numerical rounding issue causing test_poisson_zero_nodes to fail at random (#18737) 2020-11-04 20:39:06 +01:00
_export.py DOC Fix documentation of default values in tree exports (#17834) 2020-07-10 10:13:16 +02:00
_reingold_tilford.py re-license tree._reingold_tilford as BSD (#15070) 2019-09-23 22:47:11 +02:00
_splitter.pxd MNT Deprecate X_idx_sorted in tree module (#17614) 2020-06-17 13:58:47 -04:00
_splitter.pyx MNT remove duplicated call to children_impurity() in tree code (#18203) 2020-08-21 10:32:30 +02:00
_tree.pxd MNT Deprecate X_idx_sorted in tree module (#17614) 2020-06-17 13:58:47 -04:00
_tree.pyx FIX Fix a cross-platform endian issue in trees (#17644) 2020-08-12 16:43:09 +02:00
_utils.pxd MNT Make modules private in neighbors (#15322) 2019-10-23 10:52:52 +02:00
_utils.pyx MAINT Fix GCC warnings from Cython (#14077) 2019-07-01 18:55:29 +02:00
setup.py MNT Include all pxd files in the package (#15626) 2019-11-26 17:37:26 +01:00