Skip to content

[WIP] Allows KMeans/MiniBatchKMeans to use float32 internally by using cython fused types #1

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

Closed
wants to merge 2 commits into from

Conversation

yenchenlin
Copy link
Owner

This is a follow-up PR for scikit-learn#6430, which use fused types in Cython to work with np.float32 inputs without wasting memory by converting them internally to np.float64.

Before this PR:
figure_2

After this PR:
figure_1

@yenchenlin yenchenlin closed this May 31, 2016
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.

1 participant