Skip to content

[BUG] UMAP with verbose=True logs very large arrays #6265

Open
@jcrist

Description

When fitting UMAP with verbose=True, some very very large arrays are logged, making the logs unusable for tracking stages of the computation. My goal with setting verbose=True was to track stages of the computation as fitting on large data can take a while.

Ideally we should avoid logging large arrays, especially in a setting a user is likely to be using. If logging those arrays is still sometimes desired, we should move those logs to TRACE which can only be set by setting verbose=6.

Metadata

Assignees

No one assigned

    Labels

    ? - Needs TriageNeed team to review and classifybugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions