Dear community,
Is there a way to view the individual performance results of each fold of X-Validation or only the overall average?
I am applying a 5-fold X-Validation and would be interested in understanding the how different the results of each fold are, e.g., in terms of accuracy (or even better F1 score)?
If this is not possible with the X-Validation operator, what alternatives would I have? (As a work-around I created three 80/20 splits with the Split Validation operator, using the three different "sampling types", but I am not really satisfied with this appraoch.)
Thanks in advance!