safooray opened this issue 3 years ago · 0 comments
interpret-text/python/interpret_text/experimental/explanation.py
Line 42 in d74efc9
Shouldn't self._ordered_local_importance_values = self.local_importance_values[order] ? Why are the importance values not reordered?
self._ordered_local_importance_values = self.local_importance_values[order]