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

Add a way to collect cached results #79

Closed
csala opened this issue May 17, 2021 · 0 comments · Fixed by #78
Closed

Add a way to collect cached results #79

csala opened this issue May 17, 2021 · 0 comments · Fixed by #78
Assignees
Labels
internal The issue doesn't change the API or functionality
Milestone

Comments

@csala
Copy link
Contributor

csala commented May 17, 2021

  • SDGym version: 0.3.0

Description

Apart from producing a single dataframe or CSV file with the scores obtained by all the Synthesizers, SDGym has the option to store intermediate results, scores and error logs as the different tasks are run, which are kept inside the cache_dir. However, if the sdgym process is cut for some reason, there is no way to find all the intermediate results and put them together as a single CSV file again.

It would be interesting to have a collect_results function and an sdgym collect command that would do this job and allow producing a single scores CSV file from a collection of intermediate cached results.

@csala csala added the internal The issue doesn't change the API or functionality label May 17, 2021
@csala csala added this to the 0.3.1 milestone May 17, 2021
@csala csala closed this as completed in #78 May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal The issue doesn't change the API or functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants