Skip to content

TypeError: _labels_inertia() got an unexpected keyword argument 'precompute_distances' #30

@empty-id

Description

@empty-id

The error occurs after running:

from spherecluster import SphericalKMeans
skm = SphericalKMeans(n_clusters=2)
skm.fit(wv) # wv is a (6, 200) numpy array

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