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

Experiment persistence #5

Open
kmdn opened this issue Jan 27, 2022 · 0 comments
Open

Experiment persistence #5

kmdn opened this issue Jan 27, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@kmdn
Copy link
Owner

kmdn commented Jan 27, 2022

[What]
Persist experiment / workflow setups & allow for easy re-loading of these.

[How]
Save experiment setup to a file.
Format already exists, so main considerations are

  1. when to save (e.g. upon execution)
  2. reload/retrieving mechanism - e.g. analogously to http://localhost:8080/result?id=<#id#> to extract it and allow for users to either have their experiment page be defined by (1) the GET parameter ID, (2) raw JSON paste area or (3) experiment ID to extract workflow from
  3. where to save it (if even required, as results already are)...

Experiment setups and workflows are saved alongside experiment results already (to show how these were produced --> important for explainability and future workflow recommendations).

[Why]
Would be cool to easily re-execute setups without needing to click through everything multiple times!

@kmdn kmdn self-assigned this Jan 27, 2022
@kmdn kmdn added enhancement New feature or request good first issue Good for newcomers labels Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant