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

LOF implementation for outlier detection using Kmeans #474

Merged
merged 3 commits into from
Nov 13, 2023

Conversation

Aragath
Copy link
Contributor

@Aragath Aragath commented Nov 13, 2023

LOF: https://github.com/KnowledgeCaptureAndDiscovery/autoTS/blob/master/notebooks/Methods/Outlier/LOF.ipynb
LOF_test: https://github.com/KnowledgeCaptureAndDiscovery/autoTS/blob/master/notebooks/Methods/Outlier/LOF_test.ipynb

  1. add LOF, n_frac, contamination parameters to detect_outliers_kmeans function
  2. add corresponding outlier parameter tests
  3. updated documentation
  4. test run successfully locally

Aragath and others added 3 commits November 11, 2023 14:22
1. add outlier test t6 (LOF), t7 (n_frac, contamination)
2. modify detect_outliers_kmeans
@khider khider self-requested a review November 13, 2023 22:15
@khider khider merged commit 512c92d into LinkedEarth:master Nov 13, 2023
1 check passed
@khider
Copy link
Member

khider commented Nov 13, 2023

Thank you for adding this functionality!

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.

2 participants