Skip to content

Correct unsupervised version #6

Open
@sylvchev

Description

@sylvchev

When no labels are provided, it is possible to use the unsupervised loss. The implemented version is not correct:

y = np.array([-1] * (n_samples // 2) + [1] * (n_samples // 2))

Intermediate possibility is to use only one label for all the data.

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