Axis = 1 is missing?
Closed this issue · 1 comments
JiuqingDong commented
I have found a mistake, so I would like to verify it with you.
Here, did you miss including a parameter axis=1?
I think it should be "_score.append(entropy(smax, axis = 1)) "
alvinmingsf commented
Hi! Thanks for flagging the issue! Yes, it should be axis = 1 inside scipy.stats.entropy(). Script updated.