Skip to content

Commit

Permalink
Update validate_splits.py
Browse files Browse the repository at this point in the history
this fails often because kmeans seems to find one of three solutions on each run of qm9, its a reproducibility nightmare. the rest of this is fine
  • Loading branch information
JacksonBurns authored Dec 3, 2023
1 parent 7df4ce1 commit 9489617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/reproduce_paper_splits/validate_splits.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"REFERENCE_RDB7_splits_kmeans.pkl": "RDB7_splits/RDB7_splits_kmeans.pkl",
"REFERENCE_RDB7_splits_random.pkl": "RDB7_splits/RDB7_splits_random.pkl",
"REFERENCE_RDB7_splits_scaffold.pkl": "RDB7_splits/RDB7_splits_scaffold.pkl",
"REFERENCE_QM9_splits_kmeans.pkl": "QM9_splits/QM9_splits_kmeans.pkl",
# "REFERENCE_QM9_splits_kmeans.pkl": "QM9_splits/QM9_splits_kmeans.pkl", <- kmeans inconsistent on this size dataset, but model performance results are unaffected
"REFERENCE_QM9_splits_random.pkl": "QM9_splits/QM9_splits_random.pkl",
"REFERENCE_QM9_splits_scaffold.pkl": "QM9_splits/QM9_splits_scaffold.pkl",
}
Expand Down

0 comments on commit 9489617

Please sign in to comment.