class treeEnsembles
Represent a set of trees. This class is used for the class RandomForest (RF) and BoostedTrees (BTs)
map_id_binaries_to_features: list[id_binary] -> (id_feature, op, threshold) map_features_to_id_binaries: dict[(id_feature, operator, threshold)] -> [id_binary, n_appears, n_appears_per_tree]
def compute_id_binaries(self, force_features_equal_to_binaries=False): Highlight
Overload method from the mother class BinaryMapping
map_id_binaries_to_features: list[id_binary] -> (id_feature, operator, threshold) map_features_to_id_binaries: dict[(id_feature, operator, threshold)] -> [id_binary, n_appears, n_appears_per_tree]