Rasmus F. Ørsøe

Results 16 issues of Rasmus F. Ørsøe

As we are transitioning into a deep learning library, I think we should strongly consider to rename one of our key modules `GraphDefinition` to a less GNN-centric name, e.g. `DataRepresentation`....

decision

Refactors `StandardModel` such that the easy syntax (`.fit`, `.predict_as_dataframe`, etc) is stored in a seperate class `EasySyntax`, allowing different `Model` s to use it without the restrictions of `StandardModel`. Refactor...

**Is your feature request related to a problem? Please describe.** `DataConverter` accepts a single argument `input_dir: Union[str, List[str]]` which point to one or multiple directories. These directories are searched using...

feature
good first issue

Would be nice if we could display events quickly and take snapshots for presentations. Perhaps this can be used as a starting point: https://towardsdatascience.com/guide-to-real-time-visualisation-of-massive-3d-point-clouds-in-python-ea6f00241ee0

feature
good first issue

This PR adds compatibility for normalizing flows to graphnet. Specifically, this PR does the following: 1. Adds `NormalizingFlow` in `graphnet.models.flows` as a new generic model class which all normalizing flows...

Since #642 we've gotten a much more elegant way of producing dataloaders for training and inference. We should update our training scripts to use this new method instead, and strongly...

feature
good first issue

This thread tracks the items marked for deprecation for the release of GraphNeT 2.0. - [ ] - ´gnn´ argument in `StandardModel`. See #646 - [ ] - call to...

PyTorch Geometric have a pretty low focus on graph-specific quantities that can be derived off of graphs. There exists many additional quantities we could extract from events - both on...

feature

**Is your feature request related to a problem? Please describe.** In I3TruthExtractor we rely on the variable `sim_type` to modify the extractor's behavior. The variable is inferred by the extractor...

feature

This target value is regressed by RetroReco and the prediction itself is available already in the RetroReco table. However, the truth value is not. I fear this value is not...