pgurazada1 commited on
Commit
fc05832
·
verified ·
1 Parent(s): b2aef91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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