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

No argument use_mp in kmeans init or fit #138

Open
HendrikHuel opened this issue Nov 29, 2021 · 0 comments
Open

No argument use_mp in kmeans init or fit #138

HendrikHuel opened this issue Nov 29, 2021 · 0 comments

Comments

@HendrikHuel
Copy link

HendrikHuel commented Nov 29, 2021

Without openmp the libary throws a warning to set use_mp = True. However, for KMeans use_mp is no valid argument during initialization of the model or during the fitting procedure. It is only possible to omit the warning by altering the default value of use_mp directly in the distance_matrix_fast/distance_matrix functions in the dtw module.

Solution Proporsal: Enable an option to parse use_mp during the call of KMeans().fit().

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