Thanks Simon..will explore Metron profiler On Tue, 10 Dec, 2019, 9:00 PM Simon Elliston Ball, < [email protected]> wrote:
> If you’re looking to send sequences to an LSTM model, you are probably > looking for the profiler, which can assemble sequential features such as > those that would go into an LSTM. You would then use the triage output > method from the profiler to pass a stream of batches to MaaS. > > Simon > > On Tue, 10 Dec 2019 at 16:16, Hema malini <[email protected]> wrote: > >> Thanks Otto for the confirmation. >> >> On Tue, 10 Dec, 2019, 8:46 PM Otto Fowler, <[email protected]> >> wrote: >> >>> As Metron is a streaming system, it doesn’t send batches as part of >>> normal in flow operation. MAAS is called through stellar, which operates on >>> a per message basis. >>> >>> The batching we *do* have is at the termination of the stream, at the >>> indexing where we batch writes out of the pipeline. This won’t help you >>> with stellar however. >>> >>> >>> >>> >>> On December 10, 2019 at 09:39:27, Hema malini ([email protected]) >>> wrote: >>> >>> Hi, >>> >>> Is there any way to pass a batch of data to Metron MaaS. We have some >>> models like LSTM, which requires data to be aggregated and passed to model >>> .Can you please suggest whether is it possible. >>> >>> Thanks and Regards, >>> Hema >>> >>> -- > -- > simon elliston ball > @sireb >
