Although I can't think of a concrete example application right now, I think it would be magnificent to have support for terminal pipes in ikaros (ie reading some input from stdin and yielding output to stdout). It would allow for wonderful composition of (standardized) models, and such like.
Alright, an example might be composing models based on sampling of prob. distros, like hierarchical models:
> cat someinput.csv | ikaros probdistros1.ikg | ikaros probdistros2.ikg > out.txt
(Recorded so won't forget)
Although I can't think of a concrete example application right now, I think it would be magnificent to have support for terminal pipes in ikaros (ie reading some input from stdin and yielding output to stdout). It would allow for wonderful composition of (standardized) models, and such like.
Alright, an example might be composing models based on sampling of prob. distros, like hierarchical models:
> cat someinput.csv | ikaros probdistros1.ikg | ikaros probdistros2.ikg > out.txt