Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions dvc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,21 @@ stages:
size: 4065
params:
params.yaml:
featurize.max_features: 200
featurize.max_features: 20
featurize.ngrams: 2
outs:
- path: data/features
hash: md5
md5: c0fde86f821aa3994f8699dc6dd1923b.dir
size: 15293681
md5: 9eee7f37a2b10d46510010ed3b6c5992.dir
size: 4125567
nfiles: 2
train:
cmd: python src/train.py data/features model.pkl
deps:
- path: data/features
hash: md5
md5: c0fde86f821aa3994f8699dc6dd1923b.dir
size: 15293681
md5: 9eee7f37a2b10d46510010ed3b6c5992.dir
size: 4125567
nfiles: 2
- path: src/train.py
hash: md5
Expand All @@ -101,29 +101,29 @@ stages:
outs:
- path: model.pkl
hash: md5
md5: cb60759246d8999b8d457ba56607d5d6
size: 2278913
md5: 7b97f4d2c29ad2bc3b89f8c0ad569ed5
size: 1635046
evaluate:
cmd: python src/evaluate.py model.pkl data/features
deps:
- path: data/features
hash: md5
md5: c0fde86f821aa3994f8699dc6dd1923b.dir
size: 15293681
md5: 9eee7f37a2b10d46510010ed3b6c5992.dir
size: 4125567
nfiles: 2
- path: model.pkl
hash: md5
md5: cb60759246d8999b8d457ba56607d5d6
size: 2278913
md5: 7b97f4d2c29ad2bc3b89f8c0ad569ed5
size: 1635046
- path: src/evaluate.py
hash: md5
md5: a1a59f55636170fb56e0c6afd3e28fa4
size: 3315
outs:
- path: eval
hash: md5
md5: eff4c09a741acd854ba1b92431c20622.dir
size: 6116745
md5: 302b74027490a106b7083546a78ad513.dir
size: 6762909
nfiles: 8
redact:
cmd: python src/prepare/redact.py data/cleaned
Expand Down
2 changes: 1 addition & 1 deletion params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ prepare:
seed: 42

featurize:
max_features: 200
max_features: 20
ngrams: 2

train:
Expand Down
Loading