Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct unsupervised version #6

Open
sylvchev opened this issue Jun 5, 2023 · 0 comments
Open

Correct unsupervised version #6

sylvchev opened this issue Jun 5, 2023 · 0 comments

Comments

@sylvchev
Copy link
Owner

sylvchev commented Jun 5, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant