External explainer implementations for PD-EXPLAIN.
While you can use the explainer implementations in this repository directly, it is recommended to use them through the PD-EXPLAIN library,
for a much better and more user-friendly experience.
This explainer is based on the SCORPION paper.
Its goal is to provide explanations for outliers in the data, explaining why a certain data point is an outlier.
This explainer is meant to work on series created as a result of groupby + aggregation operations.
Explainer author: @Itay Elyashiv
This explainer is based on the MetaInsight paper.
Its goal is to find the most interesting patterns in the data, displaying them and the exceptions to those patterns in a user-friendly way.
This explainer can work on any multidimensional data.
Please note that this explainer is still in beta, and may not work as expected, and may be subject to changes in the future.
Explainer author: @Yuval Uner