Spaces:
Runtime error
Runtime error
Commit
·
f8b50d2
1
Parent(s):
33e8323
modify main.py file
Browse files
main.py
CHANGED
@@ -11,7 +11,7 @@ from sklearn.compose import ColumnTransformer
|
|
11 |
from sklearn.pipeline import Pipeline
|
12 |
from sklearn.linear_model import LogisticRegression
|
13 |
|
14 |
-
pipeline_filepath = "
|
15 |
|
16 |
pipeline = joblib.load(pipeline_filepath)
|
17 |
|
|
|
11 |
from sklearn.pipeline import Pipeline
|
12 |
from sklearn.linear_model import LogisticRegression
|
13 |
|
14 |
+
pipeline_filepath = "tmp/pipeline.joblib"
|
15 |
|
16 |
pipeline = joblib.load(pipeline_filepath)
|
17 |
|