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

Suggestion - use sklearn.cluster class #18

Open
PeterPirog opened this issue Aug 26, 2021 · 1 comment
Open

Suggestion - use sklearn.cluster class #18

PeterPirog opened this issue Aug 26, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@PeterPirog
Copy link

My suggestion is to create sklearn like class with methods:

fit - saving data from dataset as class atributes, this atributes can be use to create tsv files when call predict or transform methods
predict - to return cluster number
transform - to return probailities of belonging to every class

@pierrepo
Copy link
Owner

pierrepo commented Aug 27, 2021

Thanks for suggestion @PeterPirog, having something similar to the Scikit-learn api would be nice.
I'm unfortunately running out of time now, but I'll keep it in mind.

@pierrepo pierrepo added the enhancement New feature or request label Aug 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants