Closed johannes-kk closed 4 years ago
The RandomForest predict() method currently returns empty DataVectors, and thus appears broken.
RandomForest
predict()
DataVectors
This also goes for test_random_forest.cpp, which presumably was working earlier. Assuming that, some recent change has broken RandomForest.predict().
test_random_forest.cpp
RandomForest.predict()
DecisionTree.predict() still seems to work correctly.
DecisionTree.predict()
The
RandomForest
predict()
method currently returns emptyDataVectors
, and thus appears broken.