-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
When I am trying HVDM with NearestNeighbors, I am getting following error but on other hand HEOM working fine.
second question is, should I include label or class column index into categorical_ix or not ?
distance_function = HVDM(data, class_index, categorical_ix)
nbrs = NearestNeighbors(n_neighbors=15, algorithm='ball_tree', metric=distance_function.hvdm).fit(data)
dis_value, indices = nbrs.kneighbors(data)I am keep on getting this error..
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Division by zero is not allowed!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels