You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, these redundant explanations are not going to be caught by the pruning rules. (I confirmed this by running the same query through the BasicBatchPipeline, and I got the same result.) When v50 and Emdoor are individually considered as order-one candidates, they each meet the minRatio and support thresholds separately. After that, they're never checked again, because they're considered saved explanations, and there's no check afterwards to see if two separate explanations overlap. (In this case, the overlap is 100%.)
This is the sort of thing that @sahaana's explanation collapsing would help—we need to have that additional check to handle this case.
In the mobile_data demo, macrobase-sql returns two singleton explanations when in fact the two correspond to the same tuples.
e.g.,
Can provide CSV on request.
The text was updated successfully, but these errors were encountered: