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

Simplify output paths #510

Open
Innixma opened this issue Feb 20, 2023 · 0 comments
Open

Simplify output paths #510

Innixma opened this issue Feb 20, 2023 · 0 comments

Comments

@Innixma
Copy link
Collaborator

Innixma commented Feb 20, 2023

Currently, when running AMLB on AWS mode (also happens in local mode), the output paths are longer than necessary:

This is the path saved to S3 for the predictions.csv output:

s3://bucket/autogluon.test.test.aws.20230220T221019/aws.test.test.cholesterol.0.autogluon/output/predictions/cholesterol/0/predictions.csv

Ideally, this could be simplified to:

s3://bucket/autogluon.test.test.aws.20230220T221019/aws.test.test.cholesterol.0.autogluon/output/predictions.csv

This is already the case for results.csv, which is found in:

s3://bucket/autogluon.test.test.aws.20230220T221019/aws.test.test.cholesterol.0.autogluon/output/results.csv

(Note: This applies to all frameworks, not just AutoGluon)

It would be really nice to simplify these paths so that coding logic that fetches these files is easier, since currently the path structure under output depends on the name of the task, which makes shell script parsing very complicated compared to if the output folder structure wasn't altered by the name of the task.

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

1 participant