OwusuDynamo
commited on
Commit
•
b06376b
1
Parent(s):
0a3e9f4
Update src/preprocess.py
Browse files- src/preprocess.py +1 -1
src/preprocess.py
CHANGED
@@ -10,7 +10,7 @@ import pandas as pd
|
|
10 |
import joblib
|
11 |
|
12 |
#load json file
|
13 |
-
json_path =
|
14 |
loaded_data = joblib.load(json_path)
|
15 |
|
16 |
def preprocess_data(start_d,end_d,airport_name):
|
|
|
10 |
import joblib
|
11 |
|
12 |
#load json file
|
13 |
+
json_path = "Artifacts/feature_dict.joblib"
|
14 |
loaded_data = joblib.load(json_path)
|
15 |
|
16 |
def preprocess_data(start_d,end_d,airport_name):
|