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

Write cross-validation results immediately after cross validation #2480

Closed
maxnoe opened this issue Dec 7, 2023 · 0 comments · Fixed by #2483
Closed

Write cross-validation results immediately after cross validation #2480

maxnoe opened this issue Dec 7, 2023 · 0 comments · Fixed by #2483
Assignees

Comments

@maxnoe
Copy link
Member

maxnoe commented Dec 7, 2023

Please describe the use case that requires this feature.
Currently, the CrossValidator keeps the results of the cross-validation, including the full result table in memory and writes it in finish method of the tools.

We should write the results immediately in the cross validation loop using write_table(..., append=True) to avoid keeping this information in memory unnecessarily.

Describe the solution you'd like

Write cross validation results out immediately after each step, not in finish.

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

Successfully merging a pull request may close this issue.

2 participants