This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Description
The current example program ./examples/doc_classification_crossvalidation.py is calculating the overal XVAL estimates incorrectly. For each metric, it should really calculate the mean and stdev over all folds instead of calculating the metric over all fold data. In most cases, the difference is probably tiny, but the way this is calculated now is definitely wrong.
Activity
johann-petrak commentedon Jun 29, 2021
Metrics logged for the current implementation (
doc_classification_crossvalidation.pyexample, single run, seed 42):johann-petrak commentedon Jun 29, 2021
Same after new implementation:
Timoeller commentedon Jul 8, 2021
fixed by #825