Skip to content
Open
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
14 changes: 7 additions & 7 deletions dvc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ stages:
params:
params.yaml:
train.min_split: 0.01
train.n_est: 10
train.n_est: 5
train.seed: 42
outs:
- path: models/random_forest
hash: md5
md5: fb7f685b53e54ca7b6237706022d7187.dir
size: 259765
md5: e57cf6c59868f3336221cfe25010b86e.dir
size: 129937
nfiles: 2
evaluate:
cmd: python3 src/evaluate.py models/random_forest/model data/features
Expand All @@ -114,8 +114,8 @@ stages:
nfiles: 4
- path: models/random_forest
hash: md5
md5: fb7f685b53e54ca7b6237706022d7187.dir
size: 259765
md5: e57cf6c59868f3336221cfe25010b86e.dir
size: 129937
nfiles: 2
- path: src/evaluate.py
hash: md5
Expand All @@ -124,8 +124,8 @@ stages:
outs:
- path: eval
hash: md5
md5: cc5efc8b7431fea194de00f121e03411.dir
size: 5900690
md5: 36017aa64a9bfaa2d5f604506502bd9e.dir
size: 5148378
nfiles: 8
redact:
cmd: python3 src/prepare/redact.py data/cleaned
Expand Down
4 changes: 2 additions & 2 deletions models/random_forest.mlem
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
artifacts:
model/data:
hash: 947b9a3b1711f06a1f4768f9d0f43992
size: 259732
hash: 748d126b68a7a0d9c41064d59d897ac9
size: 129904
uri: random_forest/model
preprocess/data.pkl:
hash: a773d9b05f9e61e7a6cc197cded2642f
Expand Down
2 changes: 1 addition & 1 deletion params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ featurize:

train:
seed: 42
n_est: 10
n_est: 5
min_split: 0.01
Loading