Ashley Scillitoe
Ashley Scillitoe
@jklaise @mauicv: This is now passing. I've added the env variable setting to the main "Test with pytest" step so that it is scoped to remain in this step.
I have now removed `wrapt` and `absl-py` from our v0.10.0 conda recipe. However, installation on Python 3.10 is still not possible, since we require `transformers`, and `transformers` requires `tokenizers`, the...
Failing due to this: https://github.com/sphinx-doc/sphinx/issues/10701 The `5.1.1` fix is expected soon. Edit: a fix has now been release in `5.1.1`: https://github.com/sphinx-doc/sphinx/pull/10709. There still appears to be another test failure in...
@dependabot recreate
The latex build might be failing because of this: https://github.com/spatialaudio/nbsphinx/issues/656 We should rerun the CI for this PR once a patch for `nbsphinx` has been released.
This issue will be addressed by ~~#501~~ #537.
Hi @Oliver-Chalkley. You aren't doing anything wrong! Unfortunately, it's just that the outlier detector `.fit()` methods currently only accept NumPy arrays. The closest thing to what you are looking for...
Are you referring to [this example](https://docs.seldon.io/projects/alibi-detect/en/latest/examples/alibi_detect_deploy.html)? If so where does it error? I'm wondering if it is in fact [this issue](https://github.com/SeldonIO/alibi-detect/issues/373); detectors containg a `preprocess_fn` with no `model` cannot be...
Thanks for your comments @ojcobb, I've had a first go at addressing them. One interesting thing to note is that in order to save some compute, in `eval_roc` I'm only...
p.s. docstrings are still TODO. Won't bother with those until we have finalized functionality...