9 lines
363 B
Text
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)
|