-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdvc.lock
More file actions
40 lines (40 loc) · 1.19 KB
/
dvc.lock
File metadata and controls
40 lines (40 loc) · 1.19 KB
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
schema: '2.0'
stages:
industry-classifier:
cmd: python training/train_model.py --dataset training/dataset.ndjson --model
package/model/logistic-regression.onnx
deps:
- path: package/featurization.py
md5: d10a72fe58dc94579826fe28ebbd35d7
size: 898
- path: training/dataset.ndjson
md5: 47423cc6669dd76c17a0bf9c345d3bc1
size: 148351
- path: training/train_model.py
md5: 938deb1f591900230d08e76cbf7871d5
size: 2422
outs:
- path: package/model/logistic-regression.onnx
md5: e31eff68c2e3421ba96cfd8732377ff2
size: 759
classifier:
cmd: python training/train_model.py --dataset training/dataset.ndjson --model
app/model/logistic-regression.onnx
deps:
- path: app/featurization.py
hash: md5
md5: 89a31e19f4ce913115391b99093922d5
size: 898
- path: training/dataset.ndjson
md5: 37d4e440fdc9cc60f63ab6d8ee82aa92
size: 148350
isexec: true
- path: training/train_model.py
hash: md5
md5: 8f29342a1eda888f48c62800e40bb1af
size: 2381
outs:
- path: app/model/logistic-regression.onnx
hash: md5
md5: 85dc43a8f4953e01a3523b813044f207
size: 797