-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdvc.lock
59 lines (59 loc) · 1.51 KB
/
dvc.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
schema: '2.0'
stages:
preprocess:
cmd: python -m src.pipeline.preprocess.preprocessing --input-folder "data/raw/"
--output-folder "data/preprocess/"
deps:
- path: src/pipeline/preprocess
hash: md5
md5: c0103315f729a77ca07420c77735a9de.dir
size: 1066
nfiles: 2
outs:
- path: data/preprocess
hash: md5
md5: e3e7f02c0d35afc5cccf9786ffdbc061.dir
size: 134027
nfiles: 3
train:
cmd: python -m src.pipeline.train.training --preprocess-folder "data/preprocess/"
--output-folder "data/train/"
deps:
- path: data/preprocess
hash: md5
md5: e3e7f02c0d35afc5cccf9786ffdbc061.dir
size: 134027
nfiles: 3
- path: src/pipeline/train
hash: md5
md5: 97cad4658c6c59e05ab81b676d04abca.dir
size: 1053
nfiles: 2
params:
params.py:
SEED: 42
outs:
- path: data/train
hash: md5
md5: 5f94e76055cef2085b7f2f8e2d1f8678.dir
size: 3396047
nfiles: 1
evaluate:
cmd: python -m src.pipeline.evaluate.evaluation --preprocess-folder "data/preprocess"
--train-folder "data/train/"
deps:
- path: data/preprocess
hash: md5
md5: e3e7f02c0d35afc5cccf9786ffdbc061.dir
size: 134027
nfiles: 3
- path: data/train
hash: md5
md5: 5f94e76055cef2085b7f2f8e2d1f8678.dir
size: 3396047
nfiles: 1
- path: src/pipeline/evaluate
hash: md5
md5: 3a95133c38b6b72f12c0451eed8baa27.dir
size: 1082
nfiles: 2