https://github.com/interpretml/interpret-text/blob/d74efc985270aaa2b3ab779408597d9505e9ea1d/python/interpret_text/experimental/explanation.py#L42 Shouldn't `self._ordered_local_importance_values = self.local_importance_values[order]` ? Why are the importance values not reordered?
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?