burn

Results 2 comments of burn

@johnjohnsp1 I met same problem. Finally I find out the DC(in your situation is DHCP01.test.local) cann't resolve the fake server name(BIT02404.test.local). So I add fake server name resolution into DC's...

我用的python3.8,这部分代码我改成这样: fdist = FreqDist(dist) keys = np.array(fdist.most_common(len(fdist)))[:,0].tolist() dist_max = keys[:50] #取出频率最大的前50个操作命令 dist_min = keys[-50:] #取出频率最小的前50个操作命令 改完以后算出的准确率是100%,就很迷。。