You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We discussed having some basic methods for returning a list of items with their outlier scores, which should be implemented as separate results organization modules:
Output list of items in the order they are returned by the algorithm (algorithm-order)
Output list of items in the order they are read by the data loader and passed to the algorithms (item- or original-order)
Output list of items in order of ascending outlier score (ascending-order)
Output list of items in order of descending outlier score (descending-order)
We discussed having some basic methods for returning a list of items with their outlier scores, which should be implemented as separate results organization modules: