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
The compute method for the InterRowMSAS metric ignores sequences with missing values, ie if a sequence contains a missing value, that sequence will not count towards the final score.
Expected behavior
The intended behavior is that only the missing values should be ignored, not the entire sequences.