Introduce boundary-based influence values: attach a notion of how influential a data-point depending on its distance to the decision boundary, or how much the weights must be perturbated to make the model predict differently.
Add an implementation of the LiSSA algorithm for efficiently computing IHVPs without instantiating the hessian matrix.
Implement the Arnoldi algorithm for efficiently computing influence values on very large models.