Skip to content

Create get_clusterer() function #58

@patcon

Description

@patcon

Related diagram: #53 (comment)

The idea would be to create something that could be called like this:

# Call to get model with sensible defaults for our use-case
clusterer = get_clusterer("kmeans")
clusterer = get_clusterer("hdscan")

# Call to pass in override
custom_config = {}
clusterer = get_clusterer("hdscan", custom_config)

To Do

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions