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

fixing external shingling and preprocessor #278

Merged
merged 4 commits into from
Sep 30, 2021
Merged

Conversation

sudiptoguha
Copy link
Contributor

Description of changes: fixes preprocessor to not multiple by shinglesize for external shingling

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@sudiptoguha sudiptoguha requested a review from jotok September 26, 2021 06:24
kaituo added a commit to kaituo/anomaly-detection-1 that referenced this pull request Sep 27, 2021
Previously, I used shingleSize 1 for externally shingled ThresholdedRandomCutForest because of the double multiplication with shingle size in RCF.  Now RCF has fixed the issue. This commits adds new RCF libraries from aws/random-cut-forest-by-aws#278 and passes the correct shingleSize to ThresholdedRandomCutForest.

This commits adds new RCF libraries from aws/random-cut-forest-by-aws#278 and passes the correct shingleSize to ThresholdedRandomCutForest.
kaituo added a commit to kaituo/anomaly-detection-1 that referenced this pull request Sep 27, 2021
Previously, I used shingleSize 1 for externally shingled ThresholdedRandomCutForest because of the double multiplication with shingle size in RCF.  Now RCF has fixed the issue. This commits adds new RCF libraries from aws/random-cut-forest-by-aws#278 and passes the correct shingleSize to ThresholdedRandomCutForest.

This commits adds new RCF libraries from aws/random-cut-forest-by-aws#278 and passes the correct shingleSize to ThresholdedRandomCutForest.
kaituo added a commit to opensearch-project/anomaly-detection that referenced this pull request Sep 27, 2021
* [1.1] Bump OpenSearch core to 1.1 in CI (#212)

Signed-off-by: Tyler Ohlsen <[email protected]>

* add thresholded rcf (#215)

Signed-off-by: lai <[email protected]>

* Integrating with ThresholdedRandomCutForest

This PR contains:

PRs (all approved)  related to integrating ThresholdedRandomCutForest:
#221
#222
#223
#224
#226
#227
#228

rebased PR:
#201
#202
#216

* pass the correct shingleSize to ThresholdedRandomCutForest

Previously, I used shingleSize 1 for externally shingled ThresholdedRandomCutForest because of the double multiplication with shingle size in RCF.  Now RCF has fixed the issue. This commits adds new RCF libraries from aws/random-cut-forest-by-aws#278 and passes the correct shingleSize to ThresholdedRandomCutForest.

This commits adds new RCF libraries from aws/random-cut-forest-by-aws#278 and passes the correct shingleSize to ThresholdedRandomCutForest.

Co-authored-by: Tyler Ohlsen <[email protected]>
Co-authored-by: Lai <[email protected]>
kaituo added a commit to kaituo/anomaly-detection-1 that referenced this pull request Sep 27, 2021
Previously, I used shingleSize 1 for externally shingled ThresholdedRandomCutForest because of the double multiplication with shingle size in RCF.  Now RCF has fixed the issue. This commits adds new RCF libraries from aws/random-cut-forest-by-aws#278 and passes the correct shingleSize to ThresholdedRandomCutForest.

This commits adds new RCF libraries from aws/random-cut-forest-by-aws#278 and passes the correct shingleSize to ThresholdedRandomCutForest.
kaituo added a commit to opensearch-project/anomaly-detection that referenced this pull request Sep 27, 2021
* backport changes on ThresholdedRandomCutForest integration

* pass the correct shingleSize to ThresholdedRandomCutForest

Previously, I used shingleSize 1 for externally shingled ThresholdedRandomCutForest because of the double multiplication with shingle size in RCF.  Now RCF has fixed the issue. This commits adds new RCF libraries from aws/random-cut-forest-by-aws#278 and passes the correct shingleSize to ThresholdedRandomCutForest.
kaituo added a commit to opensearch-project/anomaly-detection that referenced this pull request Sep 27, 2021
* backport changes on ThresholdedRandomCutForest integration

* pass the correct shingleSize to ThresholdedRandomCutForest

Previously, I used shingleSize 1 for externally shingled ThresholdedRandomCutForest because of the double multiplication with shingle size in RCF.  Now RCF has fixed the issue. This commits adds new RCF libraries from aws/random-cut-forest-by-aws#278 and passes the correct shingleSize to ThresholdedRandomCutForest.
@jotok jotok merged commit 544b507 into aws:main Sep 30, 2021
hamersu9t added a commit to hamersu9t/anomaly-detection that referenced this pull request Aug 10, 2024
* [1.1] Bump OpenSearch core to 1.1 in CI (#212)

Signed-off-by: Tyler Ohlsen <[email protected]>

* add thresholded rcf (#215)

Signed-off-by: lai <[email protected]>

* Integrating with ThresholdedRandomCutForest

This PR contains:

PRs (all approved)  related to integrating ThresholdedRandomCutForest:
opensearch-project/anomaly-detection#221
opensearch-project/anomaly-detection#222
opensearch-project/anomaly-detection#223
opensearch-project/anomaly-detection#224
opensearch-project/anomaly-detection#226
opensearch-project/anomaly-detection#227
opensearch-project/anomaly-detection#228

rebased PR:
opensearch-project/anomaly-detection#201
opensearch-project/anomaly-detection#202
opensearch-project/anomaly-detection#216

* pass the correct shingleSize to ThresholdedRandomCutForest

Previously, I used shingleSize 1 for externally shingled ThresholdedRandomCutForest because of the double multiplication with shingle size in RCF.  Now RCF has fixed the issue. This commits adds new RCF libraries from aws/random-cut-forest-by-aws#278 and passes the correct shingleSize to ThresholdedRandomCutForest.

This commits adds new RCF libraries from aws/random-cut-forest-by-aws#278 and passes the correct shingleSize to ThresholdedRandomCutForest.

Co-authored-by: Tyler Ohlsen <[email protected]>
Co-authored-by: Lai <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants