Update predictor.py
Browse files- predictor.py +1 -1
predictor.py
CHANGED
@@ -12,7 +12,7 @@ encrypted_data = None
|
|
12 |
encrypted_prediction = None
|
13 |
|
14 |
# Paths to required files
|
15 |
-
SCALER_PATH = os.path.join("models", "
|
16 |
FHE_FILES_PATH = os.path.join("models", "fhe_files")
|
17 |
|
18 |
# Load the scaler
|
|
|
12 |
encrypted_prediction = None
|
13 |
|
14 |
# Paths to required files
|
15 |
+
SCALER_PATH = os.path.join("models", "scaler_random_forest.pkl")
|
16 |
FHE_FILES_PATH = os.path.join("models", "fhe_files")
|
17 |
|
18 |
# Load the scaler
|