Open dahhei opened 1 year ago
It's not documented, but it looks like https://github.com/KumarLabJax/JABS-behavior-classifier/blob/main/stats.py does exactly this, when you pass a -k
greater than the number of possible k-folds. It only operates on exported classifiers in its current state.
There's a handful of upgrades to it that would make it more useful:
Feature request for being able to run cross-validation from the command line. When a project has many videos for cross-val, the all k-fold cross-val takes a long time. 😕