How can we assign the weights to output of different models in an ensemble?<br>1. Use an algorithm to return the optimal weights<br>2. Choose the weights using cross validation<br>3. Give high weights to more accurate models

Correct Answer: all of above