Skip to content

Commit cd6821a

Browse files
committed
Added train-test split
1 parent 44c09e7 commit cd6821a

File tree

3 files changed

+396
-0
lines changed

3 files changed

+396
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.vscode/
2+
13
# Byte-compiled / optimized / DLL files
24
__pycache__/
35
*.py[cod]

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,11 @@ You can try out the notebook at (link to be added).
241241
* Conway's 99-graph problem (**open**)
242242
* Finding a cycle in the Collatz process (**open**)
243243

244+
## Train-test split
245+
The file [`split.json`](/notebooks/split.json) contains a suggested train-test split. This split was hand-selected
246+
by the puzzle authors, who are familiar with all puzzles, so that: there is minimal overlap between related puzzles
247+
in the two splits. In particular, for pairs of related puzzles, either both were placed in the training set or the test
248+
set.
244249

245250
## Contributing
246251

0 commit comments

Comments
 (0)