Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = {
|