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

Data Session Recipes #144

Open
LTDakin opened this issue Jan 27, 2025 · 0 comments
Open

Data Session Recipes #144

LTDakin opened this issue Jan 27, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@LTDakin
Copy link
Contributor

LTDakin commented Jan 27, 2025

The ability to share a recipe with another datalab users.

Recipes are different than this story of linking data sessions. Instead of needing to have access to the same proposal and running the steps on the same input a recipe is only the list of instructions and how to plumb outputs into the next step.

E.g I have fits_1, fits_2, and fits_3. I normalize all 3, then perform a median of fits_1 and fits_2, and finally subtract fits_3 from the median. This recipe is very useful for (insert non existent use case here) and I want to share it with my class mates or show my professor to validate it.
Linking my recipe to a classmate will open it in their data session. They don't have the same data I had. Instead they have fits_4, fits_5, and fits_6. The recipe workflow should allow them to pick which 3 are normalized, which 2 a median is done on, and which 1 is subtracted from the median output.

How to implement and display this in a logical way needs to be thought about.

@LTDakin LTDakin added the enhancement New feature or request label Jan 27, 2025
@LTDakin LTDakin self-assigned this Jan 27, 2025
@LTDakin LTDakin removed their assignment Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant