It would be nice if template expressions had an easier way to store auxiliary values, such that predict could access these. For example if you have multiple expressions, it would be nice to store the output of each one for a single prediction task.
I suppose the user could set this up themselves with a global dictionary though. But it might be nice to have a cleaner design for this, some sort of aux variable that the user could store to.
It would be nice if template expressions had an easier way to store auxiliary values, such that
predictcould access these. For example if you have multiple expressions, it would be nice to store the output of each one for a single prediction task.I suppose the user could set this up themselves with a global dictionary though. But it might be nice to have a cleaner design for this, some sort of
auxvariable that the user could store to.