RobustnessVerificationTreeModelsCliqueMethod & Decision Trees #1365
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @melikedem I think it's because the algorithm implemented by |
Beta Was this translation helpful? Give feedback.
Hi @melikedem I think it's because the algorithm implemented by
RobustnessVerificationTreeModelsCliqueMethod
is designed for ensembles of trees, for example where it forms cliques. A single tree can be verified exactly and much more efficiently in linear time with a different algorithm (Algorithm 3). Would you be interested to implemented the Algorithm 3 for a single decision tree?