-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Outlier detection: keep instance ids, make thread safe
Outlier detection did not keep instance ids, so subsets did not work. Also, it was not thread safe: multiple calls to _OutlierModel.__call__ could result in undefined behaviour, because some caching was done at object level.
- Loading branch information
1 parent
d4e259f
commit 6c50278
Showing
2 changed files
with
46 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters