Skip to content

Use --set-param hydra syntax for the tune-hyperparams branch #137

Closed as not planned
@daavoo

Description

@daavoo

Added Grid Search example here as I notice the first example was using the get-started. We could actually generate the example-get-started repo based on this example:

dvc exp run --queue --set-param train.min_split=8
dvc exp run --queue --set-param train.min_split=64
dvc exp run --queue --set-param train.min_split=2 --set-param train.n_est=100
dvc exp run --queue --set-param train.min_split=8 --set-param train.n_est=100
dvc exp run --queue --set-param train.min_split=64 --set-param train.n_est=100

Originally posted by @daavoo in iterative/dvc.org#3960 (comment)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions