scikit-learn/sklearn/tree
Zero 34de1b9b21
ENH add fontname argument in export_graphviz for non-English characters (#18959)
2021-01-10 19:42:09 +01:00
..
tests ENH add fontname argument in export_graphviz for non-English characters (#18959) 2021-01-10 19:42:09 +01:00
__init__.py MNT Makes modules in tree and ensemble private (#14964) 2019-10-16 10:39:00 -04:00
_classes.py MNT change 0.25 to 1.0 and 0.26 to 1.1 in deprecation messages (#19005) 2020-12-18 16:09:19 +00:00
_criterion.pxd MNT remove duplicated call to children_impurity() in tree code (#18203) 2020-08-21 10:32:30 +02:00
_criterion.pyx MNT change 0.25 to 1.0 and 0.26 to 1.1 in deprecation messages (#19005) 2020-12-18 16:09:19 +00:00
_export.py ENH add fontname argument in export_graphviz for non-English characters (#18959) 2021-01-10 19:42:09 +01: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