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

Timed RF serial baseline #95

Closed johannes-kk closed 4 years ago

johannes-kk commented 4 years ago

Compile in /bin/ using g++ -std=c++14 -g3 ../speedup/rf_serial.cpp -o rf_serial, then run using time ./rf_serial to time it. On my Mac, it takes 1m37.966s to fit 500 trees on the Sonar dataset, which gives us some headroom for speedups from parallelisation.