Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ def check_data_drift(feature):
|
|
108 |
psi_value = psi(live_proportions, training_proportions)
|
109 |
|
110 |
if psi_value > 0.1:
|
111 |
-
return "Data Drift Detected! Check Logs!"
|
112 |
else:
|
113 |
return "No Data Drift!"
|
114 |
|
|
|
108 |
psi_value = psi(live_proportions, training_proportions)
|
109 |
|
110 |
if psi_value > 0.1:
|
111 |
+
return "Data Drift Detected! Check Logs!"
|
112 |
else:
|
113 |
return "No Data Drift!"
|
114 |
|