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

Training problem #19

Closed
mochenxin000 opened this issue Jul 5, 2024 · 1 comment
Closed

Training problem #19

mochenxin000 opened this issue Jul 5, 2024 · 1 comment

Comments

@mochenxin000
Copy link

Hi. I was just wondering, every time we practice. Is the split of the training set and the test set fixed? Why is it that the accuracy of my experiments is the same number of folds every time?

@emadeldeen24
Copy link
Owner

In the experiments, I used k-fold cross-validation. For each fold, I have train/test splits.
For example, if I have 20 subjects and running 2o-fold CV, the train set for fold 0 will be subjects 1->19, while the test will be subject 0. For fold 1, the test will be subject 1 and the others will be used for training, and so on.

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

No branches or pull requests

2 participants