Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ language:
|
|
| 4 |
---
|
| 5 |
# Filtering
|
| 6 |
1) selected_incorrect: filter to Python3 family + verdict == WRONG_ANSWER
|
| 7 |
-
2) selected_accepted: keep first correct reference per problem_id in the above set
|
| 8 |
3) verifiable: keep rows whose id is in the above set
|
| 9 |
4) apply final filters: no interaction, input mode == stdio, executable.
|
| 10 |
|
|
|
|
| 4 |
---
|
| 5 |
# Filtering
|
| 6 |
1) selected_incorrect: filter to Python3 family + verdict == WRONG_ANSWER
|
| 7 |
+
2) selected_accepted: keep first Python3 family correct reference per problem_id in the above set, otherwise drop row
|
| 8 |
3) verifiable: keep rows whose id is in the above set
|
| 9 |
4) apply final filters: no interaction, input mode == stdio, executable.
|
| 10 |
|