Skip to content

Differences in results between the old and new versions #1232

Description

@KnSun99

New version:
Image
Old version:
Image

The code and the data are the same:
umap_model = umap.UMAP(n_components=2, n_neighbors=150, min_dist=0.051, metric='euclidean', n_jobs=-1, verbose=True)
reduction = umap_model.fit_transform(matrix)

Could you please guide me on how to adjust to obtain results similar to those of the old version?
Thank you

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions