industrial-data / predictor-explainer

AutoML and ExplainableAI for JMP (+Python)
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Predictor explainer not working with virtual joins #11

Open franktoffel opened 10 months ago

franktoffel commented 10 months ago

When trying to run a predictor explainer with virtually linked data, predictor explainers return an error.

The temporary tables created to run the add-in, (X, Y, Z, ....) appear empty.

As workaround, user needs to do a table join (or table update) to have all the data in one table instead of virtual links.