Skip to content

[7.x][ML] Additional outlier detection parameters (#47600) #47669

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

Conversation

dimitris-athanasiou
Copy link
Contributor

Adds the following parameters to outlier_detection:

  • compute_feature_influence (boolean): whether to compute or not
    feature influence scores
  • outlier_fraction (double): the proportion of the data set assumed
    to be outlying prior to running outlier detection
  • standardization_enabled (boolean): whether to apply standardization
    to the feature values

Backport of #47600

Adds the following parameters to `outlier_detection`:

- `compute_feature_influence` (boolean): whether to compute or not
   feature influence scores
- `outlier_fraction` (double): the proportion of the data set assumed
   to be outlying prior to running outlier detection
- `standardization_enabled` (boolean): whether to apply standardization
   to the feature values

Backport of elastic#47600
@elasticmachine
Copy link
Collaborator

Pinging @elastic/ml-core (:ml)

@dimitris-athanasiou dimitris-athanasiou merged commit 7667ea5 into elastic:7.x Oct 7, 2019
@dimitris-athanasiou dimitris-athanasiou deleted the additional-outlier-detection-params-7x branch October 7, 2019 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants