MIToolbox icon indicating copy to clipboard operation
MIToolbox copied to clipboard

Different result compared with sklearn.metric.mutual_info_score

Open kaixiongg opened this issue 1 year ago • 2 comments

Readme provides the result as 0.02, is there any normalization or what influence the result?

x = np.array([1,1,1,0,0]) y=np.array([1,0,1,1,0]) mutual_info_score(x,y) 0.013844293808390418

kaixiongg avatar Oct 20 '22 08:10 kaixiongg