Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree building performance improvements #110

Open
piotrszul opened this issue Apr 10, 2019 · 0 comments
Open

Tree building performance improvements #110

piotrszul opened this issue Apr 10, 2019 · 0 comments

Comments

@piotrszul
Copy link
Collaborator

Some ideas to consider for improved performance:

  • splits coming form a singel variable are likely to be very sparse -> as such it may not make sense to return them in a dense array and then merge (the array may even be empty).
    At least at the local level some sparse representation may be better or some kind of accumulator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant