Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Outlier detection: keep instance ids, make thread safe #5427

Merged
merged 1 commit into from
May 12, 2021

Commits on May 11, 2021

  1. 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
    the object level.
    markotoplak committed May 11, 2021
    Configuration menu
    Copy the full SHA
    587bf9d View commit details
    Browse the repository at this point in the history