Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.8
-
None
-
None
-
generic
Description
Running Random Forest with Ignored features fails when loading feature descriptor from JSON file.
in Dataset.java , fromJSON(String json) function
line 400
original: ------ nominalValues[i] = array;
should be change to
nominalValues[i - ignored.size()] = array;
// put array in ignore-feature filtered index