- Added mask_string parameter to lime_text, allow user to control how tokens are masked. - Fixed bug in truncnorm sampling where min == max
0.1.1.35
- Added sparse support for LimeTabularExplainer (thanks imatiach-msft) - Changed undiscretize function for LimeTabularExplainer, now using truncated normal - Minor fixes: re.split in python3.7, submodular pick on non-binary tasks, others
0.1.1.33
- LimeTabularExplainer accepts statistics rather than a dataset now - various small fixes