Spaces:
Runtime error
Runtime error
Update projects/ML_StudentPerformance/src/pipelines/predict_pipeline.py
Browse files
projects/ML_StudentPerformance/src/pipelines/predict_pipeline.py
CHANGED
|
@@ -3,8 +3,8 @@ import pandas as pd
|
|
| 3 |
from projects.ML_StudentPerformance.src.exception import CustomException
|
| 4 |
from projects.ML_StudentPerformance.src.utils import load_object
|
| 5 |
|
| 6 |
-
model_path = 'projects
|
| 7 |
-
preprocessor_path = 'projects
|
| 8 |
|
| 9 |
class PredictPipeline():
|
| 10 |
def __init__(self):
|
|
|
|
| 3 |
from projects.ML_StudentPerformance.src.exception import CustomException
|
| 4 |
from projects.ML_StudentPerformance.src.utils import load_object
|
| 5 |
|
| 6 |
+
model_path = 'projects/ML_StudentPerformance/artifacts/model.pkl'
|
| 7 |
+
preprocessor_path = 'projects/ML_StudentPerformance/artifacts/preprocessor.pkl'
|
| 8 |
|
| 9 |
class PredictPipeline():
|
| 10 |
def __init__(self):
|