Re: How can i send batch of data to MaaS

2019-12-10 Thread Hema malini
Thanks Simon..will explore Metron profiler On Tue, 10 Dec, 2019, 9:00 PM Simon Elliston Ball, < si...@simonellistonball.com> 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 woul

Re: How can i send batch of data to MaaS

2019-12-10 Thread Simon Elliston Ball
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

Re: How can i send batch of data to MaaS

2019-12-10 Thread Hema malini
Thanks Otto for the confirmation. On Tue, 10 Dec, 2019, 8:46 PM Otto Fowler, 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 t

Re: How can i send batch of data to MaaS

2019-12-10 Thread Otto Fowler
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

How can i send batch of data to MaaS

2019-12-10 Thread Hema malini
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