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

fit_neuroquery raises an error because of deprecated alpha argument for NMF in sklearn >= 1.2 #42

Open
RaphaelMeudec opened this issue Dec 21, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@RaphaelMeudec
Copy link
Member

The fit_neuroquery method rely on a alpha argument in NMF which has been deprecated since sklearn 1.0 (1.0 docs). In 1.2, this argument has been dropped. Hence it's not possible to fit Neuroquery using pubget if the sklearn version is above 1.2.

@jeromedockes jeromedockes added the bug Something isn't working label Dec 21, 2023
@jeromedockes
Copy link
Member

thanks! I think this may need to be fixed in neuroquery rather than pubget?

@RaphaelMeudec
Copy link
Member Author

Yes indeed! I'll open a Neuroquery issue and link this one in case someone encounters the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants