You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since scipy version 1.14.0, the scipy.linalg.eigh method does no longer accept the eigvals parameter (it's been marked as deprecated since 1.5.0), which is used here:
Since scipy version 1.14.0, the
scipy.linalg.eigh
method does no longer accept theeigvals
parameter (it's been marked as deprecated since 1.5.0), which is used here:alibi-detect/alibi_detect/od/mahalanobis.py
Line 272 in ecb3bcc
The solution is also given in the deprecation note:
I fear that I cannot oversee the implications and consequences of this change, so I will avoid submitting a pull request for the time being.
The text was updated successfully, but these errors were encountered: