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

Hybrid OpenMP + MPI #99

Open johannes-kk opened 4 years ago

johannes-kk commented 4 years ago

Parallelise RandomForest and constituent DecisionTree, DataFrame, LossFunction etc. with hybrid OpenMP+MPI parallel processing.

Seems most appropriate for grid searching or a Genetic algorithm such that separate nodes run MPI-parallelised training of specific hyperparameter configurations, then the results are all collated and compared.