Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77312a2

Browse files
committed
List precision options more accurately
1 parent 6dbed5e commit 77312a2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/query-classification-and-display.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ These categories may change in the future.
5252

5353
For precision, we have the following categories:
5454

55-
- Very-high
56-
- High
57-
- Medium
58-
- Low
55+
- very-high
56+
- high
57+
- medium
58+
- low
5959

6060
As [usual](https://en.wikipedia.org/wiki/Precision_and_recall),
6161
precision is defined as the percentage of query results that are true
@@ -79,15 +79,15 @@ in.
7979

8080
The following queries are run:
8181

82-
Precision: | Very high | High | Medium | Low
82+
Precision: | very-high | high | medium | low
8383
---------------|-----------|---------|---------|----
8484
Error | **Yes** | **Yes** | **Yes** | No
8585
Warning | **Yes** | **Yes** | **Yes** | No
8686
Recommendation | **Yes** | **Yes** | No | No
8787

8888
The following queries have their results displayed by default:
8989

90-
Precision: | Very high | High | Medium | Low
90+
Precision: | very-high | high | medium | low
9191
---------------|-----------|---------|--------|----
9292
Error | **Yes** | **Yes** | No | No
9393
Warning | **Yes** | **Yes** | No | No

0 commit comments

Comments
 (0)