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

Stochasticity in Random Forest fit #110

Closed hgupta18 closed 3 years ago

hgupta18 commented 4 years ago

For certain master seed values, the accuracy score jumps around 2-3 values. This may be due to splitting happening randomly at a node where multiple splits give the same scores.