``` function train(hybrid_model, data; kwargs...) out = train( hm, data, (); kwargs... ) end ``` To get rid of the our superfluous `save_ps` without breaking existing code - what do you think @lazarusA ?