This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update activity classifier SFrame iterator test to reflect updated co…
…mputation of mode (#1025) The golden output before assumed that the mode of [3, 2] is 3. The new algorithm, using a histogram, always returns the first index with maximal count, in this case, 2.
- Loading branch information