graphnet
graphnet copied to clipboard
Refactor standard model
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