release v0.2.0
- Only get the eval_y_predicted and eval_data from explanation in _local_data method used by data contract if _DatasetsMixin exists on the explanation. Required for explanation dashboard widget to work on downloaded explanations without data.
- Add engineered explanation flag
- fix indexes with pandas:
add pandas indexes support, specifically for explaining timeseries models
add datetime featurization
fix bug in string indexing with one-hot-encoding for models that can't handle categoricals natively - update SHAP dependency to 0.32.1 to get several new fixes
Note: Versions will be in format ^.^.^ moving forward in future releases, as major.minor.patch