shaido987 / riskloc

Implementation of RiskLoc, a method for localizing multi-dimensional root causes.
115 stars 20 forks source link

the result of adtributor #2

Open mmjiang91 opened 2 years ago

mmjiang91 commented 2 years ago

hi, I have ran the adtributor algorithm with the B0 dataset, but get 0 TP. Is there something wrong about the code.

shaido987 commented 2 years ago

Hello, it should be working correctly (although I added some minor adjustments to the evaluation and to suppress some warnings in Adtributor). Note that when using Adtributor it will not find any correct root causes when they are on higher levels since Adtributor only works for single dimensional root causes.

This means that for the B0 dataset, only 'B_cuboid_layer_1_n_ele_1', 'B_cuboid_layer_1_n_ele_2, and 'B_cuboid_layer_1_n_ele_3' will give a TP > 0, for the other subfolders TP will always be 0.