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 supporting deletion of arbitrary previous training point #1663

Open
leejunu opened this issue Dec 11, 2024 · 0 comments
Open

LOF supporting deletion of arbitrary previous training point #1663

leejunu opened this issue Dec 11, 2024 · 0 comments

Comments

@leejunu
Copy link

leejunu commented Dec 11, 2024

I see from the documentation that the Local Outlier Factor is meant to support fast insertion/deletion updates, but as far as I can tell, there are no explicit methods for the deletion part. I'm looking to be able to train a LOF over n points, and then delete a user-specified training point (for example, maybe X_10 out of X_1...X_200), then updating the underlying KNN and its metrics. Is this possible with the given methods, in a constant-time manner?

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

No branches or pull requests

1 participant