scikit-learn/sklearn/tree
jakirkham 4c8dec33c4 [MRG] MNT: Avoid extra copies when using asfortranarray (#11693) 2018-07-29 13:41:59 +10:00
..
tests [MRG] MNT: Avoid extra copies when using asfortranarray (#11693) 2018-07-29 13:41:59 +10:00
__init__.py ENH: moved export_graphviz to sklearn/tree/export.py 2013-04-16 12:29:58 +02:00
_criterion.pxd [MRG + 2] Export ClassificationCriterion and RegressionCriterion (#10325) 2017-12-18 16:10:54 +01:00
_criterion.pyx Correct in typo in comments. (#11595) 2018-07-17 10:32:22 -05:00
_splitter.pxd [MRG+3] FIX Memory leak in MAE; Use safe_realloc; Acquire GIL only when raising; Propagate all errors to python interpreter level (#7811) (#8002) 2017-01-19 00:58:16 +01:00
_splitter.pyx MAINT Fixing Typos (#11017) 2018-04-24 09:32:25 +10:00
_tree.pxd [MRG+1] ENH/FIX Introduce min_impurity_decrease param for early stopping based on impurity; Deprecate min_impurity_split (#8449) 2017-04-03 09:38:53 -07:00
_tree.pyx Fix typos (#9205) 2017-06-23 11:43:46 +02:00
_utils.pxd FIX t-SNE memory usage and many other optimizer issues (#9032) 2017-07-12 22:56:02 +02:00
_utils.pyx DOC docstring of rand_int value range (#8777) 2017-04-22 22:47:55 +10:00
export.py MAINT Complete 0.20 deprecations (#9570) 2018-06-24 23:06:26 +10:00
setup.py [MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719) 2016-11-02 22:57:04 +11:00
tree.py DOC Fix ExtraTree docstrings (#11454) 2018-07-08 09:06:51 +08:00