Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Should mixture models have a clusterer-compatible interface #10336

@jnothman

Description

@jnothman

Mixture models are currently a bit different. They are basically clusterers, except they are probabilistic, and are applied to inductive problems unlike many clusterers. But they are unlike clusterers in API:

  • they have an n_components parameter, with identical purpose to n_clusters
  • they do not store the labels_ of the training data
  • they do not have a fit_predict method

And they are almost entirely documented separately.

Should we make the MMs more like clusterers?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions