From 9bc4f7ad8d6c1b21c8bcf66c6a9264481f902595 Mon Sep 17 00:00:00 2001 From: Anes Benmerzoug Date: Mon, 11 Dec 2023 14:00:14 +0100 Subject: [PATCH] Fix image centering --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fb45f342b..d88b906e9 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,10 @@ performance or outcome of some model trained on it. Some concepts of value depend on a specific model of interest, while others are model-agnostic. pyDVL focuses on model-dependent methods. -
+
+
best sample removal @@ -49,15 +50,17 @@ pyDVL focuses on model-dependent methods.
on best sample removal.
+
The **Influence Function** is an infinitesimal measure of the effect that single training points have over the parameters of a model, or any function thereof. In particular, in machine learning they are also used to compute the effect of training samples over individual test points. -
+
+
best sample removal @@ -66,6 +69,7 @@ of training samples over individual test points.
Highlighted points have flipped labels.
+
# Installation