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

Functionality for having the same dataset #4

Closed
beckynevin opened this issue Sep 19, 2023 · 3 comments
Closed

Functionality for having the same dataset #4

beckynevin opened this issue Sep 19, 2023 · 3 comments
Assignees

Comments

@beckynevin
Copy link
Collaborator

What I mean by "the same dataset" is some way to control the random seeds or maybe save the dataset (config file) so that we can directly compare the same dataset with different models.

@beckynevin beckynevin self-assigned this Sep 19, 2023
@beckynevin
Copy link
Collaborator Author

Maybe some sort of utility in the src code like "make_static_dataset" where you can assign it a name and then call that name later to retrieve it

@beckynevin
Copy link
Collaborator Author

This is a problem for SBI, which needs to simulate on the fly.

@beckynevin
Copy link
Collaborator Author

Solution was implemented in the #27 PR - now we have functionality to save a dataframe. I'm making a new ticket to save a non-hierarchical dataset. I'll work on that separately and close this one for now.

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