Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Report mean and stdev for accuracies of trained classifiers #34

Closed
dbogdanov opened this issue Feb 4, 2016 · 3 comments
Closed

Report mean and stdev for accuracies of trained classifiers #34

dbogdanov opened this issue Feb 4, 2016 · 3 comments

Comments

@dbogdanov
Copy link
Member

Provide stdev for accuracies of trained classifiers in addition to mean across folds when reporting n-fold cross-validation results. Currently, accuracy is computed from the overall confusion matrix which is a sum of confusion matrices for each fold.

The evaluateNfold should gather all confusion matrices apart in a list and return that list.

@alastair
Copy link
Member

alastair commented Jun 6, 2016

Is this the same as #21 ?

@dbogdanov
Copy link
Member Author

Implemented in 49517aa (PR #86)

@dbogdanov
Copy link
Member Author

We won't store confusion matrices for each train/test split in cross-fold validation, as they clutter results output. The split can now be reproduced as we store the seed used for the random split.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants