Providing user control over scope of experiment tracking functionality #131
Labels
feature-request
Use this label to indicate a feature request
needs design
A design is needed in order to proceed
(forking #63 (comment) into its own issue)
Context
Currently all tracked entities (metrics, parameters, artifacts, etc.) are associated with a job and a job starts with
import foundations
and ends with the exit hook. Though convenient in some cases, this can be restricting when a user wants to have more granular control over when a job should start and end (for example, when a user wants to define multiple jobs in a single python process, or when a user is developing interactively like in a notebook).Proposal
Open to design ideas. We can close this and create more concrete issues after arriving at an agreed upon design
Some considerations for the design:
The text was updated successfully, but these errors were encountered: