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

pinvh deprecated in scikit-learn 0.19 removed in 0.21 #44

Open
MattWenham opened this issue Jan 8, 2020 · 1 comment
Open

pinvh deprecated in scikit-learn 0.19 removed in 0.21 #44

MattWenham opened this issue Jan 8, 2020 · 1 comment

Comments

@MattWenham
Copy link

utils.extmath.pinvh was deprecated in scikit-learn version 0.19 and removed in version 0.21. The following error therefore occurs when using scikit-lean >= 0.21:

~\AppData\Local\Continuum\anaconda3\envs\chemo2\lib\site-packages\skbayes\rvm_ard_models\fast_rvm.py in <module>
      5 from sklearn.utils import check_X_y,check_array,as_float_array
      6 from sklearn.utils.multiclass import check_classification_targets
----> 7 from sklearn.utils.extmath import pinvh,log_logistic,safe_sparse_dot
      8 from sklearn.metrics.pairwise import pairwise_kernels
      9 from sklearn.utils.validation import check_is_fitted

ImportError: cannot import name 'pinvh'
@AmazaspShumik
Copy link
Owner

Sorry, I was not actively working on this package for some time, so it needs work. I will have a look at this on the weekend, should be able to fix that.

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

2 participants