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

Fix cross-platform RF fitting #82

Closed johannes-kk closed 4 years ago

johannes-kk commented 4 years ago

Fix that RandomForest fit worked as intended on Gabe's Windows, but not Will or Johannes' Macs. This took some serious engineering to fix, as the file changes clearly show.

This surely boils down to a difference in C++ and/or compiler versions, I'd think.