fschwartzer commited on
Commit
0dfcdf4
1 Parent(s): 8ed4374

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ k_threshold = 5
246
  # Function to perform bootstrap on the predicted target values
247
  def bootstrap_stats(bound_data, num_samples=1000):
248
  # Reshape the predicted_target array
249
- bound_data = np.array(predicted_target).reshape(-1, 1)
250
 
251
  # Bootstrap resampling
252
  bootstrapped_means = []
 
246
  # Function to perform bootstrap on the predicted target values
247
  def bootstrap_stats(bound_data, num_samples=1000):
248
  # Reshape the predicted_target array
249
+ bound_data = np.array(boun_data).reshape(-1, 1)
250
 
251
  # Bootstrap resampling
252
  bootstrapped_means = []