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

Command-line capability of running cross-validation #31

Open
dahhei opened this issue Jul 27, 2023 · 1 comment
Open

Command-line capability of running cross-validation #31

dahhei opened this issue Jul 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@dahhei
Copy link

dahhei commented Jul 27, 2023

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. 😕

@dahhei dahhei added the enhancement New feature or request label Jul 27, 2023
@SkepticRaven
Copy link
Contributor

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:

  • Allow either project folders or saved classifiers.
  • Add an easier way to just say "do all k-fold".
  • Allow easy access to window sizes and feature subsets/setup routines for automated hyperparameter optimization
    • Requires projects, since features would need to be re-calculated
    • (Longer term) Add in Nicks efforts for ML hyperparameters (f664540)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants