Return all scores from cross validation #44
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently, the average score from each fold is computed and returned when calling
crossVal.score(...)
. We are often interested in computing the mean and standard deviation, however, so all scores (or precomputed mean and standard deviation) should be returned instead.The text was updated successfully, but these errors were encountered: