scikit-learn/sklearn/tree
Roman Yurchak cf9a740598 [MRG+1] Use astype(.., copy=False) when possible (#11973)
* Use astype(.., copy=False) when possible

* Use Use astype(.., copy=False) also in tests

* Fix CI

* Guillaume's comments

* Address review comments

* Add what's new

* Fix CI

* Lint

* Fix merge issues

* More merge conflict fixes

* Fix failing test

* Lint

* Use copy=True in cluster/hierarchical

* More fixes
2019-03-01 11:07:10 +01:00
..
tests [MRG+1] Use astype(.., copy=False) when possible (#11973) 2019-03-01 11:07:10 +01:00
__init__.py FEA Print Decision Trees in ASCII format (#9424) 2019-02-12 10:23:48 +11:00
_criterion.pxd MNT simplify some tree code with memoryviews (#12886) 2019-02-28 16:44:49 +01:00
_criterion.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
_reingold_tilford.py MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08:00
_splitter.pxd MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
_splitter.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
_tree.pxd MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
_tree.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
_utils.pxd MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
_utils.pyx MAINT Use cython language_level=3 directive (#12873) 2019-02-28 18:45:15 +01:00
export.py FEA Print Decision Trees in ASCII format (#9424) 2019-02-12 10:23:48 +11:00
setup.py Fix include .pxd definitions for sklearn.tree in wheels (#12381) 2018-10-31 09:39:23 +01:00
tree.py API: Estimator tags (#8022) 2019-02-23 22:54:41 +01:00