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

RF MPI execution #7

Open johannes-kk opened 4 years ago

johannes-kk commented 4 years ago

Distributed-memory MPI as the sole parallelisation of RandomForest training seems unnecessary. Probably more appropriate for hyperparameter search, such that separate nodes run RandomForest.fit_() on specific hyperparameters or subset thereof.