neurodata / scikit-learn

scikit-learn-tree fork: A fork that enables extensions of Python and Cython API for decision trees
https://scikit-learn.org
BSD 3-Clause "New" or "Revised" License
7 stars 6 forks source link

[DRAFT] Allowing trees to bin data #25

Closed adam2392 closed 1 year ago

adam2392 commented 2 years ago

Reference Issues/PRs

Fixes: #23

What does this implement/fix? Explain your changes.

This aims to implement the binning capabilities to massively improves the speed of training decision trees. Currently, this is trying to add the binning capabilities that play well with the existing codebase.

Unfortunately, the code from #24 is far from complete and does not do the job.

Right now, what is missing is:

Any other comments?