Closed gbordyugov closed 5 years ago
LGTM. Approve.
@aaron-mcdaid-zalando what do you think?
Can you say more about what this is about. I recall us having a discussion internally some time ago, but I would like it specified somewhere. Perhaps as documentation.
The default is the compute the X percentile (where X is 99.9 by default for some users) and to discard values above that threshold
The change proposed here is:
This scheme is proposed in order to have backwards compatibility for datasets that do not have any negative values - correct?
@aaron-mcdaid-zalando three methods that are implemented do the following: 1) drop x% of the largest values 2) drop x% of the smallest values 3) drop x/2% on both sides of the distribution.
Plus there is this heuristics that goes for 1) if all values are non-negative, for 2) if all values are non-positive, and for 3) if the values are sowohl als auch.
@aaron-mcdaid-zalando could you pls review the changes?
@aaron-mcdaid-zalando could you pls review the changes?
Conversations resolved, and another positive review added. :+1:
Two-sided outlier filtering mode