Greetings, I’ve been exploring the codebase and have run into an issue…
In the find_feature_split function (located at Planter/src/models/IF/Type_Simplified_EB/table_generator.py), why doesn’t feature 0 filter out the leaf-node case (i.e., threshold == -2)? As a result, the feature table for feature 0 ends up containing incorrect entries.
Thanks a lot.

Greetings, I’ve been exploring the codebase and have run into an issue…
In the
find_feature_splitfunction (located atPlanter/src/models/IF/Type_Simplified_EB/table_generator.py), why doesn’t feature 0 filter out the leaf-node case (i.e.,threshold == -2)? As a result, the feature table for feature 0 ends up containing incorrect entries.Thanks a lot.