matsammut commited on
Commit
5c54263
·
verified ·
1 Parent(s): 6abd417

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,7 +11,8 @@ import pickle
11
  import hdbscan
12
 
13
 
14
-
 
15
  # # Define the prediction function
16
  def predict_ann(age, workclass, education, occupation, race, gender, capital_gain, capital_loss, hours_per_week, native_country):
17
  # columns = {
 
11
  import hdbscan
12
 
13
 
14
+ class EuclideanDistance64:
15
+ pass
16
  # # Define the prediction function
17
  def predict_ann(age, workclass, education, occupation, race, gender, capital_gain, capital_loss, hours_per_week, native_country):
18
  # columns = {