Skip to content

Allow dynamic parameters as dvc pipeline dependence #6805

@VGODIE

Description

@VGODIE

I have faced an issue when I need to repro pipeline when new week starts - because new week brings more data to fit the model on. However, it is turned out that dvc natively does not support such cases when a parameter is a result of some python code (for example x = pandas.Timestamp.today()). As a result, to refit the model automatically I need whether to code some side custom solution which basically follows the same logic dvc does or to pass -f flag manually, which makes this task non-automatic. So it would be very nice if such feature support is added!

Thank you :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions