Skip to content

Make PubChem datasets **dynamic** / Remove unsupported PubChem classes#167

Merged
sfluegel05 merged 3 commits into
devfrom
feature/dynamic-pubchem
May 27, 2026
Merged

Make PubChem datasets **dynamic** / Remove unsupported PubChem classes#167
sfluegel05 merged 3 commits into
devfrom
feature/dynamic-pubchem

Conversation

@sfluegel05
Copy link
Copy Markdown
Collaborator

PubChem is now a subclass of _DynamicDataset. This means that, instead of train.pkl, validation.pkl and test.pkl, the pubchem dataset consists of data.pkl and splits.csv.

To make maintenance clearer and avoid confusion, I removed outdated / duplicated classes (e.g. PubchemChem and PubchemTokens did nothing except adding a reader which was already included in the PubChem class)

closes #165

@sfluegel05 sfluegel05 merged commit 63f6131 into dev May 27, 2026
4 checks passed
@sfluegel05 sfluegel05 deleted the feature/dynamic-pubchem branch May 27, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PubChem as a dynamic dataset

1 participant