Open KapilDuwadi opened 1 week ago
Currently the aggregate method only performs sum. But there could be a situation where user might want to take average. While you are at it I think we should also check normalization is same when aggregating if not then set normalization to None.
The output data must also be of same type.
Currently the aggregate method only performs sum. But there could be a situation where user might want to take average. While you are at it I think we should also check normalization is same when aggregating if not then set normalization to None.