How can we track the progress of UMAP for large data-set
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8.3k
- Forks
- 871
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 5
Description
For huge data-set is there a way where we can print something or track progress bar?
um = umap.UMAP(n_neighbors=10,min_dist=0.1,n_components=120,metric='cosine')
vec_agent = um.fit_transform(embeddings.tolist(),show_progress_bar=True)
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 the Python UMAP fit_transform entry point shown in the issue and inspect how progress is currently reported during processing. Determine the intended progress output for a large dataset, then verify that the requested progress indicator is exposed through the shown call pattern. No specific files or tests are named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100