UMAP validation trustworthiness_vector got 0xC00000FD on window and Segmentation fault on WSL.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8.3k
- Forks
- 871
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 5
Description

I have this problem when I using UMAP to reduce, my raw data with shape (250000x256) to (250000x8). I also tried to reduce to 2 dimention, but I still got the problem when I tried to calculate trustworthiness = validation.trustworthiness_vector(source=df_raw_data.to_numpy(), embedding=df_embedding.to_numpy(), max_k=30). I am wonderring that, is there any limitation in the size of dataset when applying umap validation?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at validation.trustworthiness_vector and reproduce the reported call with 250000x256 input on Windows and WSL, comparing the resulting stack overflow and segmentation fault. Determine whether the failure is an input-size limitation or an implementation bug; done means the supported behavior and a reproducible fix or clear limitation are established.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100