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

OA: Generic cluster-based drift detection #1139

Open
7 tasks
detlefarend opened this issue Feb 20, 2025 · 0 comments · May be fixed by #1146
Open
7 tasks

OA: Generic cluster-based drift detection #1139

detlefarend opened this issue Feb 20, 2025 · 0 comments · May be fixed by #1146
Assignees
Labels
enhancement New feature or request OA Online adaptivitiy research Research topic

Comments

@detlefarend
Copy link
Member

detlefarend commented Feb 20, 2025

Description/Motivation
Cluster-based drift detection is based on observing changes in single or multiple cluster properties. Similar to cluster-based anomaly detection, observing single or multiple properties in a generic way is imaginable. Relevant parameters for such an algorithm could be

  • Cluster property/ies to be observed
  • Threshold/s for each property (lower/upper threshold -> hysteresis to avoid oscillation)
  • Drift type to be raised
  • Visualization: color for drifting clusters

Details:

  • Stages of change: gradient of 1., 2., ... n. order of the property over the time ("velocity", "acceleration", ...)
  • Strategies for observing multiple properties
  • Buffering of drifts for tracking
  • Detection of starting or ending drifts

Task list

  • 1. Conception and design
    • Stage 1: single property observation
    • Stage 2: multiple property observation
  • 2. Implementation (Template: mlpro.oa.streams.tasks.driftdetection.clusterbased.DriftDetectorCB)
  • 3. Validation
  • 4. Demonstration
  • 5. Documentation

Related issues
#1138

Cross references
...

@detlefarend detlefarend added enhancement New feature or request OA Online adaptivitiy labels Feb 20, 2025
@detlefarend detlefarend added the research Research topic label Feb 20, 2025
@detlefarend detlefarend linked a pull request Mar 4, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request OA Online adaptivitiy research Research topic
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants