Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add option to report classification performance for each fold in crossval() #30

Open
stefan-mueller opened this issue Jan 14, 2021 · 0 comments
Assignees

Comments

@stefan-mueller
Copy link
Contributor

Could we add an option for crossval() to report the results from each fold? This could be useful if users want to get the mean, minimum and maximum scores across the folds.

Example: if by_class = FALSE, the resulting data frame would have five observations for a five-fold cross validation; if by_class = TRUE this number of observations is multiplied by the number of classes.

Not sure how to call the argument – maybe summarize_folds = TRUE/FALSE?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants