Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor to use arrow #45

Merged
merged 40 commits into from
Aug 9, 2023
Merged

Refactor to use arrow #45

merged 40 commits into from
Aug 9, 2023

Conversation

lilyminium
Copy link
Collaborator

@lilyminium lilyminium commented Jul 19, 2023

Changes made in this Pull Request:

  • This refactor is largely inspired by changes at https:/SimonBoothroyd/nagl
  • MoleculeStore is removed in favour of agnostic [py]Arrow datasets
  • the GNNModel has been split from the training functions of the now TrainingGNNModel
  • the GNNModel and TrainingGNNModel are configured fromConfig objects now where the model architecture, layers etc are much more specific and defined
  • Objectives can incorporate multiple targets and different loss metrics
  • Label functions added for ESP/dipoles

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG updated?
  • Issue raised/referenced?

@codecov-commenter
Copy link

codecov-commenter commented Jul 19, 2023

Codecov Report

Merging #45 (ab02895) into main (f900938) will decrease coverage by 2.97%.
The diff coverage is 71.36%.

Additional details and impacted files

@lilyminium lilyminium marked this pull request as ready for review August 8, 2023 08:06
@lilyminium lilyminium merged commit b7696d8 into main Aug 9, 2023
22 checks passed
@lilyminium lilyminium deleted the sqlite-to-pyarrow branch August 9, 2023 04:42
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.

2 participants