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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ This is a mnimial implementation of an idea from [DIFF: A Relational Interface f
3
3
4
4
In short: Given a table of numerical and categorical data and a query dividing the table into two groups (outliers/inliers) return attributes (categorical values) that are more common among the outliers (so called explanations).
5
5
6
+
See a simple [case study using this prototype](https://pzakrzewski.hashnode.dev/macrobase-diff-case-study-1-imdb-movies).
7
+
6
8
You can give it a quick try with provided `test.csv`:
0 commit comments