scikit-learn/sklearn/tree
Thomas J. Fan 7cc0177f8e
MNT Replaces numpy alias with builtin typse (#17687)
* MNT Replaces numpy alias with builtin typse

* STY Lint error
2020-06-24 16:51:51 +02:00
..
tests MNT Deprecate X_idx_sorted in tree module (#17614) 2020-06-17 13:58:47 -04:00
__init__.py MNT Makes modules in tree and ensemble private (#14964) 2019-10-16 10:39:00 -04:00
_classes.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
_criterion.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_criterion.pyx Update parameter description in sklearn/tree/_criterion.pyx (#14750) 2019-08-24 12:27:10 -04:00
_export.py DOC fixed default values in doc string for plot_tree (#17496) 2020-06-06 16:49:27 -04: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 Deprecate X_idx_sorted in tree module (#17614) 2020-06-17 13:58:47 -04:00
_tree.pxd MNT Deprecate X_idx_sorted in tree module (#17614) 2020-06-17 13:58:47 -04:00
_tree.pyx FIX undefined behavior in _tree.pyx and _quad_tree.pyx (#17228) 2020-06-22 14:11:58 +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