I am using sklearn.lda for a classification purpose and was a little puzzled about the score function that prints the mean classification error. Is it determined by leave one out - jackknife? How do I interpret the result? It's only a float value without much documentation.
Thanks in advance, EL