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 predict() returns empty #78

Closed johannes-kk closed 4 years ago

johannes-kk commented 4 years ago

The RandomForest predict() method currently returns empty DataVectors, and thus appears broken.

johannes-kk commented 4 years ago

This also goes for test_random_forest.cpp, which presumably was working earlier. Assuming that, some recent change has broken RandomForest.predict().

johannes-kk commented 4 years ago

DecisionTree.predict() still seems to work correctly.