Skip to content

Trim heavy dependencies: reconsider hard scikit-learn dependency for KMeans-only usage #459

Description

@kylejcaron

This appears to be a hard dependency purely for KMeans used in initialization for HMMs. Pulling in sklearn as a top-level dependency brings in a large, non-JAX dependency chain for what's a single clustering call used at init time.

Can an HMM extra be added, and sklearn can be moved over to it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions