scikit-learn/sklearn/tree
Qi Zhang e217b68fd0
FIX Fix a cross-platform endian issue in trees (#17644)
* fixed a cross-platform endian issue

* removed a duplicated dtype checking

* Trigger [arm64] CI

* added an entry to doc/whats_new/v0.24.rst

* moved my fix entry to sklearn.tree section

* Update sklearn/tree/_tree.pyx

Added comments

Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>

* code simplified

* fixed a typo in sklearn/tree/_tree.pyx

* Update doc/whats_new/v0.24.rst

Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>

* updated doc/whats_new/v0.24.rst

* Update sklearn/tree/_tree.pyx

Added a space after "if", to be PEP8 compliant.

Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>

* Update sklearn/tree/_tree.pyx

Co-authored-by: Qi Zhang <q.zhang@ibm.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2020-08-12 16:43:09 +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 DOC Add tiebreaking explanation to DecisionTreeClassifier docs (#17783) 2020-07-04 16:35:16 -04: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 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 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 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