Skip to content

Different result compared with sklearn.metric.mutual_info_score #9

@kaixiongg

Description

@kaixiongg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions