-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
A: apiRelated to the dvc.apiRelated to the dvc.apifeature requestRequesting a new featureRequesting a new feature
Description
params are easy to include in a pipeline via templating but using them inside a python script might not be that trivial and require several changes in the user's code (i.e. when a stage uses several params from different params files).
I think that it would be nice to expose some function in the public API that would take care of loading the params associated to a stage and returning them as python objects, directly usable in the python script.
It could be something like dvc.api.get_params() and would take care of loading only the params defined in the params section of the stage.
dberenbaum, karajan1001 and jorgeorpinelmattlbeck and karajan1001
Metadata
Metadata
Assignees
Labels
A: apiRelated to the dvc.apiRelated to the dvc.apifeature requestRequesting a new featureRequesting a new feature