alibi-detect icon indicating copy to clipboard operation
alibi-detect copied to clipboard

Algorithms for outlier, adversarial and drift detection

Results 207 alibi-detect issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [packaging](https://github.com/pypa/packaging) to permit the latest version. Release notes Sourced from packaging's releases. 25.0 What's Changed Re-add a test for Unicode file name parsing by @​Siddhesh-Agarwal in...

dependencies
python

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...

dependencies
python

Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Release notes Sourced from sphinx's releases. Sphinx 8.2.3 Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html Commits 847ad0c Bump to 8.2.3 final 4091fe3 Add CHANGES for...

dependencies
python

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...

dependencies
python

Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. Commits 9970f5e release 9.0.2 2a3505d Explicitly create QEventLoop separately from QApplication (#14828) c3032f8 Fix accept invisible completions (#14823) 01f1876 reaccept...

dependencies
python

Updates the requirements on [scikit-image](https://github.com/scikit-image/scikit-image) to permit the latest version. Release notes Sourced from scikit-image's releases. v0.25.0 scikit-image 0.25.0 We're happy to announce the release of scikit-image 0.25.0! New Features...

dependencies

Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Changelog Sourced from pytest-cov's changelog. 6.0.0 (2024-10-29) Updated various documentation inaccuracies, especially on subprocess handling. Changed fail under checks to...

dependencies

Since scipy version 1.14.0, the `scipy.linalg.eigh` method does [no longer accept](https://docs.scipy.org/doc/scipy-1.14.0/reference/generated/scipy.linalg.eigh.html) the `eigvals` parameter (it's been marked as [_deprecated_ since 1.5.0](https://docs.scipy.org/doc/scipy-1.5.0/reference/generated/scipy.linalg.eigh.html?highlight=deprecated#scipy.linalg.eigh)), which is used here: https://github.com/SeldonIO/alibi-detect/blob/ecb3bcc59d429bc978bac32380bcc47aa21aa239/alibi_detect/od/mahalanobis.py#L272 The solution is also...

The following implementation for the `fit`-method's parameter validation raises an exception when there is no `cat_vars` parameter given in the object's constructor: https://github.com/SeldonIO/alibi-detect/blob/ecb3bcc59d429bc978bac32380bcc47aa21aa239/alibi_detect/od/mahalanobis.py#L125-L126 However, the [documentation](https://docs.seldon.io/projects/alibi-detect/en/latest/od/methods/mahalanobis.html#Initialize) says (emphasize mine): >...

Updates the requirements on [myst-parser](https://github.com/executablebooks/MyST-Parser) to permit the latest version. Release notes Sourced from myst-parser's releases. v3.0.1 What's Changed 🐛 FIX empty value for final directive option by @​chrisjsewell in...

dependencies
python