plinder-org / plinder

Protein Ligand INteraction Dataset and Evaluation Resource
https://plinder.sh
Apache License 2.0
140 stars 8 forks source link

I don't really want to reopen this, but it's still not clear what you used for training and testing. In plinder-pl50.parquet you have this many systems for train/val/test: #49

Closed patrickbryant1 closed 3 weeks ago

patrickbryant1 commented 3 weeks ago
          I don't really want to reopen this, but it's still not clear what you used for training and testing. In plinder-pl50.parquet you have this many systems for train/val/test:

'train': 255463, 'removed': 151133, 'test': 15132, 'val': 13896

In the preprint you report: 57,602 / 3,453 / 308 This does not correspond to the numbers in the parquet file-

If I take all the unique clusters (not sure what is different between the clusterings?)I get: x[x.split=='test'].cluster.unique().shape (5842,)

x[x.split=='test'].cluster_for_val_split.unique().shape (1902,)

What has really been used here? Is it possible to get a file which lists what ids are in the 57,602 / 3,453 / 308 from the preprint in a simple csv?

Best,

Patrick

Originally posted by @patrickbryant1 in https://github.com/plinder-org/plinder/issues/20#issuecomment-2322023047

Ninjani commented 3 weeks ago

The split for retraining DiffDock is here: gs://plinder/2024-04/v0/splits/plinder-pl50.parquet (57734/3459/3758), with discrepancy due to Diffdock failures in processing (so the split that diffdock fully processed and with posebusters systems removed from test which matches the numbers in the table is in gs://plinder/2024-04/v0/splits/plinder-no-posebusters.parquet). This was in the Changelog in the README but we're moving docs around and it got removed, now added back.

Note that this split was only on a single ligand subset with (too) strict nonredundancy filters, and was used to demonstrate that an automated split can achieve as low leakage as a curated one. We've made a number of updates to improve annotations and splitting, and would recommend the v2 split.

patrickbryant1 commented 3 weeks ago

Hi,

Thanks for the quick reply. Great, then we get it

Best,

Patrick