vlegoy / rcATT

A python app to predict Att&ck tactics and techniques from cyber threat reports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG: hanging node indexing

bablf opened this issue · comments

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.