We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In issue #79 we added a way to collect results from a collection of intermediate cached results to a single scores CSV file.
It should also be possible to read the intermediate cached results from an S3 bucket, and to store the results csv to a S3 bucket.
Python:
sdgym.collect.collect_results(input_path='s3://my-bucket/path/to/results', output_file='s3://my-bucket/path/to/my/results.csv')
CLI
sdgym collect ... -i s3://my-bucket/path/to/results -o s3://my-bucket/path/to/my/results.csv
If the bucket is private, the AWS key and secret introduce in PR #74 should be used.
The text was updated successfully, but these errors were encountered:
Closed via #84
Sorry, something went wrong.
katxiao
Successfully merging a pull request may close this issue.
Description
In issue #79 we added a way to collect results from a collection of intermediate cached results to a single scores CSV file.
It should also be possible to read the intermediate cached results from an S3 bucket, and to store the results csv to a S3 bucket.
Python:
CLI
If the bucket is private, the AWS key and secret introduce in PR #74 should be used.
The text was updated successfully, but these errors were encountered: