You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
aks43725
changed the title
combo.models.score_comb.median() doesn't work with pd.DataFrame's
combo.models.score_comb.median() doesn't work properly with pd.DataFrame's
Mar 8, 2022
That's what I thought as well, but somehow I got some weird results
earlier. I'll see if I can reproduce the weird results (which should be
provided with the issue posting... sorry about that).
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=1
works 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.The text was updated successfully, but these errors were encountered: