Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update params.yaml #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

horkypetr94
Copy link

Fix params.yaml

According to: https://mlrepa.github.io/mlrepa-library/dvc/dvc-3-automate-experiments/, you expect the files to be in models and reports dir:

train:
    cmd: python src/train.py --config=params.yaml
    deps:
    - data/train.csv
    - src/train.py
    params:
    - data_split
    - train
    outs:
    - models/model.joblib

  evaluate:
    cmd: python src/evaluate.py --config=params.yaml
    deps:
    - data/classes.json
    - data/test.csv
    - models/model.joblib
    - src/evaluate.py
    params:
    - data_load
    - data_split
    - evaluate
    - train
    metrics:
    - reports/metrics.json
    plots:
    - reports/cm.csv

fix params.yaml
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant