lmcinnes / lmcinnes/umap

How can we track the progress of UMAP for large data-set

Open
#763 5 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.