check_outliers
and method = “optics”
: find automatic way of setting 'xi'
#468
Labels
Low priority 😴
This issue can be easily workaround or happens only in edge cases
When working on PR #443 , I noticed the note below in
.check_outliers_optics
. I thought it would be better to make it a proper issue so we don't forget about it.# TODO: find automatic way of setting 'xi'
To be honest, I'm not really sure how to tackle this issue or who took the note (and whether that person expects to come back to this issue later, or for someone else to take over eventually).
When working on the PR, I've attempted to test each method to make sure each one was still working correctly. During my testing, I think I've seen why in some situations the
xi
parameter formethod = “optics”
can create problems. Let's take themtcars
dataset as example.Created on 2022-08-16 by the reprex package (v2.0.1)
The text was updated successfully, but these errors were encountered: