-
Notifications
You must be signed in to change notification settings - Fork 5
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
TypeError: No matching signature found #6
Comments
Hi, Could you please provide information on your OS, scitkit-learn version and numpy version? |
hmm I'm not sure how to try a nonsparse matrix. I'll look into it cat /etc/os-release
NAME="Fedora Linux"
VERSION="38 (KDE Plasma)"
...
pip freeze | grep -iE '^sci|^num'
numpy==1.23.4
scikit-learn==1.2.2
scipy==1.9.3
|
Thanks, env shouldn't be an issue then. Could you try the toy example:
This will use a non sparse matrix, and I suspect that this is the problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to use this as a drop-in replacement for KMeans but I get an error:
Here is my code:
The text was updated successfully, but these errors were encountered: