Seldon Data Science and Research. Developers of Alibi Explain bit.ly/3731p1z and Alibi Detect bit.ly/3kKLRb7. Slack: bit.ly/3iEVohh

Joined July 2021
35 Photos and videos
Pinned Tweet
There is an increasing awareness among practitioners that data drift poses a challenge to the robust deployment of machine learning models. But what precisely is meant by “drift” and how can we protect ourselves against it? 👇📽️ 🧵 youtube.com/watch?v=JaPMFf0c…
1
10
17
Check out Alex's (@oblibob) blog post on generative modelling using vector-quantized VAEs! seldon.io/generative-modelin…

1
58
Seldon Research retweeted
8 Feb 2023
We have a paper accepted into the R2HCAI workshop titled, Model-agnostic and Scalable Counterfactual Explanations via Reinforcement Learning. 🙌 Very excited to be a part of the conversation around the advances of responsible AI. 💪 Learn more: r2hcai.github.io/AAAI-23/ind… #AAAI
1
4
207
We are excited to announce the release of Alibi Detect v0.11.0, featuring widened serialisation support and a new backend that allows drift detection to be rapidly performed on large datasets. seldon.io/alibi-detect-v0-11…

1
1
6
2,268
This drastically speeds and scales up the detectors to large dataset sizes, with dataset sizes in the order of 100,000’s easily achievable on a single consumer grade GPU.
1
221
For more details, check out our example benchmarking drift detectors with the KeOps backend here: docs.seldon.io/projects/alib…

33
We are pleased to announce the release of Alibi Explain v0.9.0 with support for calculating global feature importance via Permutation Importance or Partial Dependence Variance. github.com/SeldonIO/alibi
1
3
139
Both of these insights are complementary as PI captures not only main feature effects but also interactions, and we recommend considering both, when possible, for a thorough analysis of model behaviour.
1
22
Much more information on Permutation Importance and Partial Dependence Variance, including worked examples, can be found on our documentation pages: docs.seldon.io/projects/alib… docs.seldon.io/projects/alib…

21
Our PD implementation in Alibi v0.8.0 has the following advantages over other implementations: - Applies to any black-box model - Full support for 1-way, 2-way and higher order PD for numerical and categorical variables - Flexible plotting functionality for 1-way and 2-way PD
1
For a more extensive discussion of the method, its usage and examples please visit our documentation page: docs.seldon.io/projects/alib….