Skip to content

The PHATE Operator get's stuck in the landmark operation when using precomputed knn_dist #175

Description

@bjoaofelipe

Describe the bug
The PHATE Operator get's stuck in the landmark operation when using precomputed knn_dist

To Reproduce

import phate
phate_op = phate.PHATE(knn_dist='precomputed', knn=7, t=10, n_jobs=-1)
emb = phate_op.fit_transform(D)

Expected behavior
Computation should take more or less the same time as version 1.0.11.

Actual behavior
Code never passes the landmark computation

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions