GitHub Action
commited on
Commit
·
44f3b19
1
Parent(s):
89da530
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.986844 |
|
35 |
+
| accuracy | 0.948568 |
|
36 |
+
| f1 | 0.948623 |
|
37 |
+
| precision | 0.947619 |
|
38 |
+
| recall | 0.949629 |
|
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:7ff77a089b1af78dc1d4d8b9056fdbe9b4791a71f7e484e0317655d05f2d22b3
|
3 |
+
size 23547864
|
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:1a899b1f7a2f377877c4883e66bff998c465d15eb1a85b22894b8a15a810e64f
|
3 |
+
size 17066252
|