Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run experiments tuning random forest params #83

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
16 changes: 8 additions & 8 deletions dvc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ stages:
size: 1666
params:
params.yaml:
train.min_split: 0.01
train.n_est: 50
train.min_split: 8
train.n_est: 100
train.seed: 20170428
outs:
- path: model.pkl
hash: md5
md5: d1f6e055f7f5e2827fcfae68d9b64d4c
size: 1958115
md5: 63cd44fd46b7f76875dc9556a2000cb5
size: 10322743
evaluate:
cmd: python src/evaluate.py model.pkl data/features
deps:
Expand All @@ -75,15 +75,15 @@ stages:
nfiles: 2
- path: model.pkl
hash: md5
md5: d1f6e055f7f5e2827fcfae68d9b64d4c
size: 1958115
md5: 63cd44fd46b7f76875dc9556a2000cb5
size: 10322743
- path: src/evaluate.py
hash: md5
md5: a1a59f55636170fb56e0c6afd3e28fa4
size: 3315
outs:
- path: eval
hash: md5
md5: 80a081570c800c60b9b98ca4b3c91dd7.dir
size: 1292342
md5: ea452ca56ec7558c9387cfd5162514e7.dir
size: 1186897
nfiles: 8
4 changes: 2 additions & 2 deletions params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ featurize:

train:
seed: 20170428
n_est: 50
min_split: 0.01
n_est: 100
min_split: 8

Loading