I'm using scikit-learn
to compute the Adjusted Rand Index for a binary classifier where the two labels are $\{0, 255\}$ (binary images). According to the ARI's documentation found here, the ARI should take values in $[-1, 1]$. However, I'm getting very weird results as can be seen in the attached screenshot.
How can we interpret such results? Is there some normalization that needs to be applied here?
Many thanks in advance.