GoreLab / waves

R package for Vis-NIR spectral analysis
https://gorelab.github.io/waves/
Other
6 stars 6 forks source link

Parallelization #1

Open jmh579 opened 4 years ago

jmh579 commented 4 years ago

The random forest algorithm is computationally intensive and would benefit from parallelization. Look into implementation, possibly through the methods presented here.