interpretml/interpret-text

Is this a bug?

safooray opened this issue · 0 comments

self._ordered_local_importance_values = self.local_importance_values

Shouldn't self._ordered_local_importance_values = self.local_importance_values[order] ? Why are the importance values not reordered?