combo.models.score_comb.median() only work properly with pd.DataFrame as input X, which seems to compute the medians over columns rather than rows (as axis=1 works differently for np.ndarray and pd.DataFrame).
As far as I know, average() and maximization() don't have such problem, but I haven't tried aom() nor moa() yet.
combo.models.score_comb.median()only work properly with pd.DataFrame as inputX, which seems to compute the medians over columns rather than rows (asaxis=1works differently for np.ndarray and pd.DataFrame).As far as I know,
average()andmaximization()don't have such problem, but I haven't triedaom()normoa()yet.