Chapter 9 Clustering Mapping GuassianMixture
Open
- Dominant language
- Jupyter Notebook
- Stars
- 30k
- Forks
- 13.1k
- PR merge metrics
- No merged PRs in 30d
Description
Mapping in notebook
mapping = np.array([2, 0, 1])
produces 0 matches, suggest:
mapping = np.array([1, 2, 0])
to produce 145 matches.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.