Skip to content

repro: unexpected behavior  #3419

@shcheklein

Description

@shcheklein
(.env) [ivan@ivan ~/Projects/example-get-started]$ dvc repro evaluate.dvc
WARNING: Output 'data/features' of 'featurize.dvc' changed because it is 'modified'
WARNING: Stage 'featurize.dvc' changed.
Running command:
	python src/featurization.py data/prepared data/features
Output 'data/features' didn't change. Skipping saving.
WARNING: Output 'model.pkl' of 'train.dvc' changed because it is 'modified'
WARNING: Stage 'train.dvc' changed.
Running command:
	python src/train.py data/features model.pkl
Output 'model.pkl' didn't change. Skipping saving.

To track the changes with git, run:

	git add train.dvc featurize.dvc

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugDid we break something?p1-importantImportant, aka current backlog of things to doresearchuiuser interface / interaction

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions