File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -35,21 +35,21 @@ stages:
35
35
size: 4158
36
36
params:
37
37
params.yaml:
38
- featurize.max_features: 100
39
- featurize.ngrams: 1
38
+ featurize.max_features: 200
39
+ featurize.ngrams: 2
40
40
outs:
41
41
- path: data/features
42
42
hash: md5
43
- md5: f8f5cbc3188008a7542d02d63054d9d2 .dir
44
- size: 1556290
43
+ md5: f35d4cc2c552ac959ae602162b8543f3 .dir
44
+ size: 2232588
45
45
nfiles: 2
46
46
train:
47
47
cmd: python src/train.py data/features model.pkl
48
48
deps:
49
49
- path: data/features
50
50
hash: md5
51
- md5: f8f5cbc3188008a7542d02d63054d9d2 .dir
52
- size: 1556290
51
+ md5: f35d4cc2c552ac959ae602162b8543f3 .dir
52
+ size: 2232588
53
53
nfiles: 2
54
54
- path: src/train.py
55
55
hash: md5
@@ -63,8 +63,8 @@ stages:
63
63
outs:
64
64
- path: model.pkl
65
65
hash: md5
66
- md5: cfa72ff6e2575c44f78f423cada5b783
67
- size: 1855075
66
+ md5: d1f6e055f7f5e2827fcfae68d9b64d4c
67
+ size: 1958115
68
68
evaluate:
69
69
cmd: python src/evaluate.py model.pkl data/features
70
70
deps:
Original file line number Diff line number Diff line change 3
3
seed : 20170428
4
4
5
5
featurize :
6
- max_features : 100
7
- ngrams : 1
6
+ max_features : 200
7
+ ngrams : 2
8
8
9
9
train :
10
10
seed : 20170428
You can’t perform that action at this time.
0 commit comments