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:
how to implement binning that is consistent in fitting and predicting (i.e. apply) API
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?