TheDigitalFrontier / parallel-decision-trees

Semester project in CS205 Computing Foundations for Computational Science at Harvard School of Engineering and Applied Sciences, spring 2020.
MIT License
3 stars 1 forks source link

OpenMP of DT fit #97

Closed johannes-kk closed 4 years ago

johannes-kk commented 4 years ago

OpenMP parallelise DecisionTree fit

johannes-kk commented 4 years ago

Traverses the tree recursively. Can't really be easily parallelised without re-writing the entire thing. Closing Issue as it's not a priority.