Spaces:
Sleeping
Sleeping
Commit
·
b53e519
1
Parent(s):
4593994
Modify files
Browse files- Assets/encoder.pkl +3 -0
- Assets/pipeline.pkl +3 -0
- Assets/rfc_model.pkl +3 -0
- Assets/rfc_pipeline.pkl +3 -0
- main.py +1 -1
Assets/encoder.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98baac762b1becb7d5b699f21576a27ebe7555a83826444f23d540dcfc7d01d1
|
3 |
+
size 270
|
Assets/pipeline.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9fb73d69e34a35d65dd4f6e511032c75266ee48d4f3473556e1edbcbc0b3800
|
3 |
+
size 4805
|
Assets/rfc_model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db51b1ccfa2e73fd1a59147a160758d235986e6e40f1d53a7b1461f23f06c489
|
3 |
+
size 267723561
|
Assets/rfc_pipeline.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:510fc3da1f1a148ee6de87b101c0714cf3dcf52721b4e5c2d9ce2aaed09d1160
|
3 |
+
size 236452955
|
main.py
CHANGED
@@ -7,7 +7,7 @@ import os
|
|
7 |
import pickle
|
8 |
|
9 |
# setup
|
10 |
-
SRC = os.path.abspath('./
|
11 |
|
12 |
# Load the pipeline using pickle
|
13 |
pipeline_path = os.path.join(SRC, 'pipeline.pkl')
|
|
|
7 |
import pickle
|
8 |
|
9 |
# setup
|
10 |
+
SRC = os.path.abspath('./Assets')
|
11 |
|
12 |
# Load the pipeline using pickle
|
13 |
pipeline_path = os.path.join(SRC, 'pipeline.pkl')
|