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

Implement CART trees #27

Closed
mbillingr opened this issue Jun 25, 2018 · 0 comments · Fixed by #30
Closed

Implement CART trees #27

mbillingr opened this issue Jun 25, 2018 · 0 comments · Fixed by #30
Labels
enhancement New feature or request
Milestone

Comments

@mbillingr
Copy link
Owner

Along with #25 this would allow us to implement original Random Forests.

I guess an efficient implementation would sort the data along the feature, start with all samples on one side of the split, and then move one sample after the other across the split. This implementation will require some changes of to the Split-Criterion interface so that samples can be added to and removed from the accumulator.

@mbillingr mbillingr added the enhancement New feature or request label Jun 25, 2018
@mbillingr mbillingr added this to the Version 0.1.0 milestone Jun 25, 2018
@mbillingr mbillingr added this to In progress in Version 0.1.0 via automation Jun 25, 2018
This was referenced Jun 25, 2018
Version 0.1.0 automation moved this from In progress to Closed Jun 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Version 0.1.0
  
Closed
Development

Successfully merging a pull request may close this issue.

1 participant