We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac0678 commit bdbebbbCopy full SHA for bdbebbb
README.md
@@ -21,7 +21,7 @@ Run the following command to get the output for the basic risk-ratio pipeline:
21
python -m mbdiff --query 'num_col > 20.0' test.csv
22
```
23
The output will contain two sections:
24
-- raws satisfying your query (outliers)
+- rows satisfying your query (outliers)
25
- attribute combinations that are most associated with the selected outlier group (num_col above the value of 20.0) sorted by their risk ratio.
26
27
Outliers:
0 commit comments