github-actions commited on
Commit ·
382777c
1
Parent(s): ee148b9
Update model + app from GitHub Actions
Browse files
model/metrics_summary.json
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"accuracy": 1.0,
|
| 3 |
-
"precision_judi": 1.0,
|
| 4 |
-
"recall_judi": 1.0,
|
| 5 |
-
"f1_judi": 1.0
|
| 6 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
model/saved_model.joblib
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0e9244cc1455dc299a319b043095a881ce29a37e1db0c58682a7bd510a3f8399
|
| 3 |
-
size 2171
|
|
|
|
|
|
|
|
|
|
|
|
model/vectorizer.joblib
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6956
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58d55a61ef1e4f93b25a558872279a022b10fcef4f3a5cb5be4dd6ffcd73b81a
|
| 3 |
size 6956
|
src/__pycache__/__init__.cpython-39.pyc
CHANGED
|
Binary files a/src/__pycache__/__init__.cpython-39.pyc and b/src/__pycache__/__init__.cpython-39.pyc differ
|
|
|
src/__pycache__/preprocessing.cpython-39.pyc
CHANGED
|
Binary files a/src/__pycache__/preprocessing.cpython-39.pyc and b/src/__pycache__/preprocessing.cpython-39.pyc differ
|
|
|