Hi, Is there an example or documentation how to predict multiple fields? I looked at the example using multiple fields https://github.com/subutai/nupic.subutai/tree/master/swarm_examples <https://github.com/subutai/nupic.subutai/tree/master/swarm_examples>, and it is to use multiple field inputs to predict a single output. Let’s say I have a stream of CPU, RAM, I/O, and network data for a server. I’d like to CLA model to be able to predict next time period CPU, Ram, I/O and network values at once, and perhaps generate one anomaly score considering all predictions vs. actual. Do I have to use multiple models, one for each data field to accomplish this?
Regards, Tom
