vlegoy / rcATT

A python app to predict Att&ck tactics and techniques from cyber threat reports
MIT License
113 stars 33 forks source link

BUG: hanging node indexing #4

Open bablf opened 11 months ago

bablf commented 11 months ago

https://github.com/vlegoy/rcATT/blob/f82f7fd456279abefcd3e0b50e8056345c11aeb7/classification_tools/postprocessing.py#L92C7-L92C47

this should be: predprob_techniques_corrected[i][j] = 0

k makes no sense. See confidence_propagation-function.

I also changed the effectiveness of the function with numpy arrays. See my pending pull request.