-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdvc.lock
More file actions
24 lines (24 loc) · 695 Bytes
/
Copy pathdvc.lock
File metadata and controls
24 lines (24 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
schema: '2.0'
stages:
make_dataset:
cmd: python hft/src/data/make_dataset.py
deps:
- path: data/raw/train_data.parquet
md5: 3599bf5aa03c3ebbe31bc7906499ce98
size: 365277475
- path: hft/src/data/make_dataset.py
md5: febfb290f73687813a3644c5cf18c4ba
size: 2112
outs:
- path: data/processed/result.parquet
md5: ea30d78320e4fc5c0674a7257e36967f
size: 365173413
train:
cmd: python hft/src/models/train_model.py
deps:
- path: data/processed/result.parquet
md5: ea30d78320e4fc5c0674a7257e36967f
size: 365173413
- path: hft/src/models/train_model.py
md5: b3a75fee6cf944805326e075ada20b80
size: 2979