-
Notifications
You must be signed in to change notification settings - Fork 48
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
Design user experience of subset selection #510
Comments
Thanks for this issue, @bbrowning Some portion of this issue is also covered in #528 |
Design for Exposing Subset SelectionBelow are some design decisions and open questions regarding how to expose subset selection to users:
Appreciate feedback on these decisions, especially on the integration approach with data mixing and whether this meets the needs for exposing subset selection. Any thoughts on the parameter configuration or artifact storage strategy would be very helpful. |
cc: @khaledsulayman you might want to check this out and see if this aligns with your approach to resolving #528 |
How will we expose subset selection to users? Is it part of data mixing and Recipe yaml files? Is it a separate step outside of data mixing? Will we add any new top-level Python APIs to expose this? Or change existing ones, such as
mix_datasets
?The purpose of this issue is to figure these things out and get feedback on that design.
The text was updated successfully, but these errors were encountered: