graphnet-team / graphnet

A Deep learning library for neutrino telescopes
https://graphnet-team.github.io/graphnet/
Apache License 2.0
85 stars 85 forks source link

Refactor standard model #707

Closed RasmusOrsoe closed 1 month ago

RasmusOrsoe commented 2 months ago

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 done according to the discussion in #527