Dieter Brughmans
Results
1
issues of
Dieter Brughmans
the method compute_proximity_loss() from dice_genetic.py returns an error when the dataset does not contain continous features. ``` def compute_proximity_loss(self, x_hat_unnormalized, query_instance_normalized): """Compute weighted distance between two vectors.""" x_hat = self.data_interface.normalize_data(x_hat_unnormalized)...
bug