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

Feature: anomaly detection with One-Class LS-SVM #15

Open
lsorber opened this issue Feb 26, 2024 · 0 comments
Open

Feature: anomaly detection with One-Class LS-SVM #15

lsorber opened this issue Feb 26, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@lsorber
Copy link
Owner

lsorber commented Feb 26, 2024

Ideas:

  1. Allow the user to supply a target y and then apply a separating affine transform before running One-Class LS-SVM so that similarity is measured in y-separating feature space instead of the given feature space.
  2. Perhaps use the resulting OC-LS-SVM (1) to fit a robust LS-SVM by reweighting or excluding samples.

References:

  1. Least squares one-class support vector machine
  2. One-class LS-SVM with zero leave-one-out error
@lsorber lsorber self-assigned this Feb 26, 2024
@lsorber lsorber added documentation Improvements or additions to documentation enhancement New feature or request and removed documentation Improvements or additions to documentation labels Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant