datalad-handbook/docs/beyond_basics/_examples/DL-101-168-171
Adina Wagner cde17a18ee add diff
2023-11-02 14:51:42 +01:00

9 lines
363 B
Text

### DVC-DataLad
$ datalad run --message "Prepare the train and testing data" \
--input "data/raw/*" \
--output "data/prepared/*" \
python code/prepare.py
[INFO] == Command start (output follows) =====
[INFO] == Command exit (modification check follows) =====
run(ok): /home/me/DVCvsDL/DVC-DataLad (dataset) [python code/prepare.py]
save(ok): . (dataset)