GitHub Action
commited on
Commit
·
89da530
1
Parent(s):
80fba6b
push model from github actions
Browse files- README.md +5 -5
- model.onnx +2 -2
- model.pkl +2 -2
README.md
CHANGED
@@ -31,11 +31,11 @@ To understand what phishing is, refer to the Wikipedia page:
|
|
31 |
|
32 |
| Metric | Value |
|
33 |
|-----------|----------|
|
34 |
-
| roc_auc | 0.
|
35 |
-
| accuracy | 0.
|
36 |
-
| f1 | 0.
|
37 |
-
| precision | 0.
|
38 |
-
| recall | 0.
|
39 |
|
40 |
# How to Get Started with the Model
|
41 |
|
|
|
31 |
|
32 |
| Metric | Value |
|
33 |
|-----------|----------|
|
34 |
+
| roc_auc | 0.986467 |
|
35 |
+
| accuracy | 0.948038 |
|
36 |
+
| f1 | 0.947817 |
|
37 |
+
| precision | 0.951872 |
|
38 |
+
| recall | 0.943796 |
|
39 |
|
40 |
# How to Get Started with the Model
|
41 |
|
model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f87c48ca10c54e75471f2f8ba355385a563ceb4a1e7cd07b5f87780e2f5fc70
|
3 |
+
size 23550904
|
model.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3fea6e7cbfa6855b9b9bc20995a53e989223e7105f178a80dc7af91c99bab8b
|
3 |
+
size 17069817
|