Skip to content

Commit bdbebbb

Browse files
Fix typo
1 parent 0ac0678 commit bdbebbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Run the following command to get the output for the basic risk-ratio pipeline:
2121
python -m mbdiff --query 'num_col > 20.0' test.csv
2222
```
2323
The output will contain two sections:
24-
- raws satisfying your query (outliers)
24+
- rows satisfying your query (outliers)
2525
- attribute combinations that are most associated with the selected outlier group (num_col above the value of 20.0) sorted by their risk ratio.
2626
```
2727
Outliers:

0 commit comments

Comments
 (0)