Open svthiago opened 2 years ago
This issue is happening on file representation.py lines 218 and 236.
Thanks, @svthiago. I will look into that and fix it soon. If you are interested to work on that and want to open a PR, that would be very appreciated!
@jbesomi Please let us know if there's any update in this error. Thanks for the support
Hey @akthammomani. I can look into that during the weekend. If you happen to have some free time and feel like contributing, I would love to receive your PR 🎉
Hi @jbesomi, as pointed out by @svthiago: The code on the main branch is different from the one installed with pip install.
Thank you
When I tried to use kmeans I noticed that a couple of deprecated arguments were used to make the function call: precompute_distances and n_jobs. After I removed them it worked fine. Tried both on version 1.1.0 and 1.0.9. I would make a PR about it but the code on the main branch looks different from the one installed with pip install.