v0.2.12.1: fix RangeIndex bug
v0.2.12.1
Bug Fix:
- When
X
had aRangeIndex
, theplot against feature
component would not work. This is now fixed (by casting it to a str index)
Improvement
- hiding orientation dropdown on ShapContributionsGraphComponent by default. (undo by passing
hide_orientation=False
.)