Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from sklearn.preprocessing import LabelEncoder
|
|
6 |
|
7 |
# Load the pickled model
|
8 |
def load_model():
|
9 |
-
return pickle.load(open('
|
10 |
|
11 |
# Load the LabelEncoder
|
12 |
def load_label_encoder():
|
|
|
6 |
|
7 |
# Load the pickled model
|
8 |
def load_model():
|
9 |
+
return pickle.load(open('online_payment_fraud_detection_randomforest.pkl', 'rb'))
|
10 |
|
11 |
# Load the LabelEncoder
|
12 |
def load_label_encoder():
|