You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
when to save (e.g. upon execution)
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
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!
The text was updated successfully, but these errors were encountered:
[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
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!
The text was updated successfully, but these errors were encountered: