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

kNN detector defaults

Open mauicv opened this issue 3 years ago • 0 comments

Set the default aggregator for the kNN detector to the top-k aggregator with k set to a sensible fraction (e.g. 1/3) of the number of detectors. The intuition here is that being extremely outlying in a small number of ways shouldn't be cancelled out by being inlying in the majority of ways.

Note: this is part of the outlier detector effort and refers to work done in #677.

mauicv avatar Mar 17 '23 09:03 mauicv