Im new at this, so please excuse my ignorance. My goal is to train a model on a data set of independent events, I'm using a group into collection and loop collection. Breaking after GroupInto - it looks great. Data is split into N example sets. Im not sure of what to put inside the loop collection: Currently i have: SplitData + LinearRegression+ApplyModel+Preformance. I am using the Append operator after LoopCollection, but Im not returning an EXA from LoopCollection. Any guidance would be greatly appreciated.
Thanks