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

update kmeans docstring, add counts to algos #121

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

70Gage70
Copy link

Expanded docstring of kmeans function to give a simple example. This was the first thing I checked when I started to use the package and didn't see one.

I also noticed that the algos don't return counts. I just applied the countmap function from StatsBase which we already depend on.

Killer package by the way, it sped up my calculation by an order of magnitude.

@PyDataBlog
Copy link
Owner

Expanded docstring of kmeans function to give a simple example. This was the first thing I checked when I started to use the package and didn't see one.

I also noticed that the algos don't return counts. I just applied the countmap function from StatsBase which we already depend on.

Killer package by the way, it sped up my calculation by an order of magnitude.

Thanks for looking into this and glad that you like the package :)

I will review and looking forward to it eventually going in.

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

Successfully merging this pull request may close these issues.

2 participants