NiklasPfister / adaXT

adaXT: tree-based machine learning in Python
https://niklaspfister.github.io/adaXT/
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Removed presort #31

Closed WilliamHeuser closed 10 months ago

WilliamHeuser commented 10 months ago

This PR removed the pre_sort functionality from the code as it did not lead to any speedup.

WilliamHeuser commented 10 months ago

The tests run, so if you're happy with these changes feel free to merge.

NiklasPfister commented 10 months ago

Looks good, thanks. I'll merge.