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

Implement k-fold CV on graphs #90

Closed
lyashevska opened this issue May 17, 2023 · 0 comments · Fixed by #96
Closed

Implement k-fold CV on graphs #90

lyashevska opened this issue May 17, 2023 · 0 comments · Fixed by #96

Comments

@lyashevska
Copy link
Contributor

lyashevska commented May 17, 2023

Graphs are randomly divided into k equal-sized folds. The model is trained k times, each time using a different combination of k-1 folds as the training set. The model is evaluated on the remaining fold as the validation set, calculating the performance metrics of interest (e.g., accuracy). The performance results from each fold are averaged to obtain an overall assessment of the model's performance.

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

Successfully merging a pull request may close this issue.

1 participant