Skip to content

Commit

Permalink
Evaluate bigrams model
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein committed Nov 1, 2022
1 parent ad89187 commit e954296
Show file tree
Hide file tree
Showing 8 changed files with 4,106 additions and 4,416 deletions.
26 changes: 13 additions & 13 deletions dvc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,32 +60,32 @@ stages:
cmd: python src/evaluate.py model.pkl data/features
deps:
- path: data/features
md5: f8f5cbc3188008a7542d02d63054d9d2.dir
size: 1556290
md5: f35d4cc2c552ac959ae602162b8543f3.dir
size: 2232588
nfiles: 2
- path: model.pkl
md5: 7f04c0d9e3cf5787e29d8c9b1dc8bef3
size: 1670980
md5: fb021d748e254ad2d1d2267c1f7d43bc
size: 1763725
- path: src/evaluate.py
md5: 759095a28408e6a0dfe6019ba24eb6d5
size: 2659
outs:
- path: evaluation/metrics.json
md5: c75c857c8efd2832d3423b0d8c0a560e
md5: 099ba05938dcee126403b109f3ce793f
size: 73
- path: evaluation/plots/importance.png
md5: b5928e1c65a51b406c0926e5e665c472
size: 29454
md5: e314a9456824e8ccd43317538a24e1b4
size: 34065
- path: evaluation/plots/metrics
md5: 396ff4e70f17513b08ff26f1e855e138.dir
md5: e050347054d211ead8525608fa2077ad.dir
size: 69
nfiles: 2
- path: evaluation/plots/prc.json
md5: 8e2eac846b030259892f4f3ca6255f33
size: 150526
md5: 094fea10b2394cac053a1e93fbac04c2
size: 150776
- path: evaluation/plots/sklearn/confusion_matrix.json
md5: 38c0fe3deeb244747ead298413feca52
md5: 86c0c21030f85476b76de983d70effb1
size: 122246
- path: evaluation/plots/sklearn/roc.json
md5: 4851de309592ee7a47e1a844827b8396
size: 45013
md5: e927db635c0a91d03d60f2426a49b9a1
size: 40652
4 changes: 2 additions & 2 deletions evaluation/metrics.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"avg_prec": 0.9014016422240393,
"roc_auc": 0.9319648794149968
"avg_prec": 0.9249974999612706,
"roc_auc": 0.9460213440787918
}
2 changes: 1 addition & 1 deletion evaluation/plots/metrics/avg_prec.tsv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
step avg_prec
0 0.9014016422240393
0 0.9249974999612706
2 changes: 1 addition & 1 deletion evaluation/plots/metrics/roc_auc.tsv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
step roc_auc
0 0.9319648794149968
0 0.9460213440787918
Loading

1 comment on commit e954296

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CML Report

Plots

Precision & Recall
Confusion Matrix

Metrics and Params

HEAD~1 → workspace

Path Metric HEAD~1 workspace Change
evaluation/metrics.json avg_prec 0.9014 0.925 0.023596
evaluation/metrics.json roc_auc 0.93196 0.94602 0.014056
Path Param HEAD~1 workspace Change

Please sign in to comment.