neurodata / scikit-tree

Scikit-learn compatible decision trees beyond those offered in scikit-learn
https://docs.neurodata.io/scikit-tree/dev/index.html
Other
54 stars 13 forks source link

Accelerating sorting routines within greedy trees - SIMD and C++ #289

Open adam2392 opened 1 week ago

adam2392 commented 1 week ago

If we can leverage C++ inside the codebase to do accelerated sorting, then we might see trees speed up considerably.

https://github.com/intel/x86-simd-sort