Aggregates multiple prediction columns into a single combined prediction series.
The combination is a weighted sum of the prediction columns. If no weights are provided, a default weighting scheme based on specific predefined columns is used.
Dictionary mapping column names to their weights, or a list/array of weights corresponding to the order of columns in predictions. If None, defaults to summing all columns (weight=1.0 for each column).